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