Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
jurikor committed Jul 25, 2024
1 parent 3207361 commit f4fa464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Cache build artifacts
uses: actions/cache@v3
with:
key: cli_${{ matrix.target }}_artifacts_${{ hashFiles('Cargo.lock') }}
key: cli_${{ matrix.target }}_artifacts_${{ hashFiles('Cargo.lock', '**/Cargo.toml') }}
restore-keys: cli_${{ matrix.target }}_artifacts
path: |
./target
Expand Down

0 comments on commit f4fa464

Please sign in to comment.