mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-24 09:01:48 +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/
|
~/.cargo/git/db/
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-cargo-
|
|
||||||
|
|
||||||
- name: Build 🔨
|
- name: Build 🔨
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue