Skip to content

Commit c0dbc87

Browse files
committed
Install pnpm in GH Action 2
1 parent 4b642ba commit c0dbc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri-build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: 'lts/*'
6767
cache: 'pnpm' # Set this to npm, yarn or pnpm.
68-
cache-dependency-path: './tauri/pnpm-lock.json'
68+
cache-dependency-path: './tauri/pnpm-lock.yaml'
6969

7070
- name: Install frontend dependencies
7171
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.

0 commit comments

Comments
 (0)