We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b885030 commit 8e134e2Copy full SHA for 8e134e2
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v5
31
32
- name: install dependencies (ubuntu only)
33
- if: startsWith(matrix.platform, 'ubuntu-22.04')
+ if: startsWith(matrix.platform, 'ubuntu')
34
run: |
35
sudo apt-get update
36
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libsoup3.0-dev
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments