mirror of
https://github.com/nikolassv/bartib
synced 2024-11-10 14:14:12 +00:00
Update test.yml
This commit is contained in:
parent
edd2bdfa82
commit
a0c2023b1b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -17,7 +17,9 @@ jobs:
|
|||
- name: Cache Rust dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cargo
|
||||
path: |
|
||||
~/.cargo
|
||||
target
|
||||
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-rust-
|
||||
|
|
Loading…
Reference in a new issue