Skip to content

Commit

Permalink
Correct key name
Browse files Browse the repository at this point in the history
  • Loading branch information
JMicheli committed Jul 12, 2024
1 parent 4bc40a3 commit d07b4e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: >-
${{ runner.os }}-cargo-
${{ github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork && 'non-fork-' || 'fork-' }}-
${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork && 'non-fork-' || 'fork-' }}${{ hashFiles('**/Cargo.lock') }}

- name: Run cargo checks
run: |
Expand Down

0 comments on commit d07b4e1

Please sign in to comment.