Skip to content

Commit

Permalink
ci: invalidate quaint build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhoule committed Aug 31, 2023
1 parent 8e8ab87 commit 28a34d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quaint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ matrix.features }}
key: ${{ runner.os }}-cargo-${{ matrix.features }}-${{ hashFiles('**/Cargo.lock') }}

- name: Start Databases
run: docker-compose -f docker-compose.yml up -d
Expand Down

0 comments on commit 28a34d0

Please sign in to comment.