From 8dfd3579e4017297448950154225812182d666c8 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 26 Apr 2023 17:00:30 -0700 Subject: [PATCH] Fix ubuntu build --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 26a670c2..aa5de122 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -38,7 +38,7 @@ jobs: node-version: 18 cache: 'npm' - name: install dependencies (ubuntu only) - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf