mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-21 15:41:52 +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/
|
||||
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