mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 20:10:44 +00:00
Merge pull request #127 from EETagent/fix_github_cargo_cache
(devops) fix rust cache
This commit is contained in:
commit
1a23b764b5
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