We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea74f4 commit f996f91Copy full SHA for f996f91
.github/workflows/release.yml
@@ -27,9 +27,7 @@ jobs:
27
if: matrix.platform == 'ubuntu-latest'
28
run: |
29
sudo apt-get update
30
- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libglib2.0-dev
31
- - name: install frontend dependencies
32
- run: yarn install # change this to npm or pnpm depending on which one you use
+ sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libglib2.0-dev
33
- uses: tauri-apps/tauri-action@v0.5
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments