From 79c2e3139182822dc0dd3637b724164b99ea006b Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 9 Aug 2020 17:01:22 +0200 Subject: [PATCH] Reset the cargo registry --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f51b624c8..5d91ddbbb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -204,7 +204,7 @@ jobs: uses: actions/cache@v1 with: path: ${{ matrix.CARGO_REGISTRY_DIR }} - key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-${{ hashFiles('**/Cargo.toml') }}-22- + key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-${{ hashFiles('**/Cargo.toml') }}-23- - name: Cache cargo target if: matrix.python == '3.7'