Skip to content

Commit

Permalink
Fix restore keys
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Feb 14, 2025
1 parent 12a3375 commit 389503d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: build-cargo-registry-${{matrix.TARGET}}
key: ${{ runner.os }}-${{ matrix.TARGET }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-${{ matrix.TARGET }}-cargo-build-

- name: Install and configure dependencies
run: |
# dependencies are only needed on ubuntu as that's the only place where
Expand Down

0 comments on commit 389503d

Please sign in to comment.