ci: Avoid rust-cache (failures and current git dependency)

This commit is contained in:
Stephan Seitz 2022-01-21 20:45:31 +01:00
parent 5f30cec075
commit 3c462d362f

View file

@ -35,7 +35,13 @@ jobs:
profile: minimal
toolchain: nightly
- uses: Swatinem/rust-cache@v1
- name: Cache .cargo
id: cargo-cache
uses: actions/cache@v2
with:
path: |
./.cargo/
key: v1.0.4
- name: Test Dependencies
run: |