This commit is contained in:
Gregory Schier
2025-11-27 13:53:50 -08:00
parent cd0e8c0bc2
commit 2e7749a883

View File

@@ -50,7 +50,7 @@ jobs:
cache-on-failure: true
- name: install dependencies (Linux only)
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
if: startsWith(matrix.platform, 'ubuntu-') # This matches any Ubuntu platform
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf