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 dec44d8 commit eb327f1Copy full SHA for eb327f1
.github/workflows/tauri.yml
@@ -61,7 +61,7 @@ jobs:
61
sudo apt-get update
62
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
63
- name: install frontend dependencies
64
- run: yarn install # change this to npm or pnpm depending on which one you use
+ run: yarn install
65
- uses: tauri-apps/tauri-action@v0
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments