Also reset checks.yml pyenv cache on Cargo.toml file changes

https://github.com/ankitects/anki/pull 612
This commit is contained in:
evandrocoan 2020-05-11 13:24:57 -03:00
parent e2938d5f7f
commit 693c056cfb

View file

@ -189,7 +189,7 @@ jobs:
uses: actions/cache@v1 uses: actions/cache@v1
with: with:
path: ${{ github.workspace }}${{ matrix.SEP }}pyenv path: ${{ github.workspace }}${{ matrix.SEP }}pyenv
key: ${{ runner.os }}-pyenv-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-16- key: ${{ runner.os }}-pyenv-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-${{ hashFiles('**/Cargo.toml') }}-16-
# # Disable it in attempt to reduce the overall cache size (https://github.com/ankitects/anki/pull/528) # # Disable it in attempt to reduce the overall cache size (https://github.com/ankitects/anki/pull/528)
# - name: Cache pip wheels # - name: Cache pip wheels