Merge pull request #127 from EETagent/fix_github_cargo_cache

(devops) fix rust cache
This commit is contained in:
Vojtěch Jungmann 2023-01-09 17:27:57 +01:00 committed by GitHub
commit 1a23b764b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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