We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e134e2 commit 45df4b7Copy full SHA for 45df4b7
2 files changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
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
+ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
37
38
- name: setup node
39
uses: actions/setup-node@v6
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
- name: Setup node
53
0 commit comments