Fix platform check

This commit is contained in:
Gregory Schier
2023-03-14 00:15:01 -07:00
parent debd3c8185
commit bdf89ac288
2 changed files with 1 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ jobs:
node-version: 18
cache: 'npm'
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf

Binary file not shown.