mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Reset the cargo registry
This commit is contained in:
parent
1e5250cd0d
commit
79c2e31391
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue