Skip to content

Commit

Permalink
ci: right yarn.lock path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Jun 8, 2024
1 parent 7043639 commit c4794df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: web/yarn.lock
cache-dependency-path: yarn.lock
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit c4794df

Please sign in to comment.