Skip to content

Commit

Permalink
fix: Actions>wrong lock file path
Browse files Browse the repository at this point in the history
  • Loading branch information
watasuke102 committed Aug 30, 2024
1 parent 7b59419 commit e7bbc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 22.0
cache: "npm"
cache-dependency-path: "playground-front/package-lock.json"
cache-dependency-path: "./playground_front/package-lock.json"
# https://blog.ojisan.io/actions-rs-cargo-ari-nashi/
- name: Setup Rust toolchain
run: rustup target install wasm32-unknown-unknown
Expand Down

0 comments on commit e7bbc2b

Please sign in to comment.