Skip to content

Commit

Permalink
fix: build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Apr 4, 2024
1 parent c35a174 commit bc1f684
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 @@ -45,7 +45,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
backend/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}

- uses: actions/checkout@v4

Expand Down

0 comments on commit bc1f684

Please sign in to comment.