mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-10 02:01:51 +00:00
devops: fix cache?
This commit is contained in:
parent
9a9d4355a8
commit
a91399f4e7
1 changed files with 0 additions and 1 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -40,7 +40,6 @@ jobs:
|
|||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-
|
||||
|
||||
- name: Build 🔨
|
||||
run: cargo build --verbose
|
||||
|
|
|
|||
Loading…
Reference in a new issue