Skip to content

Commit

Permalink
ci: fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Master-Hash committed Jan 21, 2025
1 parent 26e550e commit 4759e75
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 @@ -57,7 +57,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.job.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Show version information (Rust, cargo)
run: |
Expand Down

0 comments on commit 4759e75

Please sign in to comment.