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 9b10b6d commit bc8310eCopy full SHA for bc8310e
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
sudo apt-get update
29
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev libasound2-dev libdbus-1-dev libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
30
- name: install frontend dependencies
31
- run: yarn install # change this to npm or pnpm depending on which one you use
+ run: pnpm install # change this to npm or pnpm depending on which one you use
32
- uses: tauri-apps/tauri-action@v0
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments