Reset the cargo registry

This commit is contained in:
Henrik Giesel 2020-08-09 17:01:22 +02:00
parent 1e5250cd0d
commit 79c2e31391

View File

@ -204,7 +204,7 @@ jobs:
uses: actions/cache@v1 uses: actions/cache@v1
with: with:
path: ${{ matrix.CARGO_REGISTRY_DIR }} 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 - name: Cache cargo target
if: matrix.python == '3.7' if: matrix.python == '3.7'