From 3c462d362f49611c295e6c4870c97e2ae7f530cd Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 21 Jan 2022 20:45:31 +0100 Subject: ci: Avoid rust-cache (failures and current git dependency) --- .github/workflows/tests.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13acf8240..49d2029bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | -- cgit v1.2.3-70-g09d2