Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit ecc2683

Browse files
committed
updated github actions file to use npm instead of yarn
1 parent 5035e14 commit ecc2683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get update
2727
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
2828
- name: install app dependencies and build it
29-
run: yarn && yarn build
29+
run: npm install && npm run build
3030
- uses: tauri-apps/tauri-action@v0
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)