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 9bd1524 commit 239d665Copy full SHA for 239d665
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Build and Deploy
+name: Web Build and Deploy
2
on:
3
push:
4
branches:
.github/workflows/desktop.yml
@@ -37,7 +37,7 @@ jobs:
37
if: matrix.platform == 'ubuntu-latest'
38
run: |
39
sudo apt-get update
40
- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
+ sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
41
42
- name: Install dependencies
43
run: npm install --force
0 commit comments