Skip to content

Commit

Permalink
Fix bad cache folder in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kajacx committed Jul 22, 2023
1 parent df2d3f4 commit 9ab5b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
uses: actions/cache@v3
with:
path: |
target
tests/instances
Cargo.lock
target
tests/instance
key: ${{ runner.os }}-build-folders-${{ hashFiles('crates/*/Cargo.toml') }}
restore-keys: ${{ runner.os }}-build-folders

Expand Down

0 comments on commit 9ab5b8e

Please sign in to comment.