Skip to content

Commit

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

0 comments on commit 3207361

Please sign in to comment.