Reset cargo index cache by bumping its number from 22 to 23

This commit is contained in:
Henrik Giesel 2020-08-09 16:38:27 +02:00
parent 17f23221e4
commit 1e5250cd0d

View file

@ -197,7 +197,7 @@ jobs:
uses: actions/cache@v1
with:
path: ${{ matrix.CARGO_INDEX_DIR }}
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-${{ hashFiles('**/Cargo.toml') }}-22-
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-${{ hashFiles('**/Cargo.toml') }}-23-
- name: Cache cargo registry
if: matrix.python == '3.7'