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 b796216 commit 392101fCopy full SHA for 392101f
.github/workflows/build-tauri.yml
@@ -60,7 +60,7 @@ jobs:
60
if: matrix.os == 'ubuntu-22.04'
61
run: |
62
sudo apt-get update
63
- sudo apt-get install -y libwebkit2gtk-4.1 build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev javascriptcoregtk-4.1
+ sudo apt-get install -y libwebkit2gtk-4.1 build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev javascriptcoregtk-4.1 libglib2.0-dev
64
- name: Install NPM Packages
65
66
yarn install --immutable --network-timeout 120000
0 commit comments