Skip to content

Commit

Permalink
WIP make Cargo.lock a primary key
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 16, 2024
1 parent 7fdd423 commit b8fe48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ hashFiles('**/Cargo.lock') }}-cargo
- uses: actions/checkout@v4
- run: /bin/sh ./ci.sh

0 comments on commit b8fe48e

Please sign in to comment.