Skip to content

Commit eb327f1

Browse files
committed
Remove comment
1 parent dec44d8 commit eb327f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sudo apt-get update
6262
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
6363
- name: install frontend dependencies
64-
run: yarn install # change this to npm or pnpm depending on which one you use
64+
run: yarn install
6565
- uses: tauri-apps/tauri-action@v0
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)