Skip to content

Commit c748d25

Browse files
committed
fix(ci): change npm ci to npm install for GUI workflow
1 parent 30ee247 commit c748d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-gui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install frontend dependencies
3939
working-directory: ./frontend
40-
run: npm ci
40+
run: npm install
4141

4242
- name: Build Wails App (macOS ARM64)
4343
run: |

0 commit comments

Comments
 (0)