Skip to content

Commit 518a4da

Browse files
committed
ci: use npm install so tauri cli platform deps are present
1 parent 51a0afb commit 518a4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tauri-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: choco install nsis -y
7878

7979
- name: Install frontend dependencies
80-
run: npm ci --include=optional --no-fund --no-audit
80+
run: npm install --include=optional --no-fund --no-audit
8181

8282
- name: Build and upload release assets
8383
uses: tauri-apps/tauri-action@v0.6

0 commit comments

Comments
 (0)