mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
hash the lock files
GitHub's cache is not a great fit for Bazel, but this will do for now
This commit is contained in:
parent
f25af77122
commit
02dfc19250
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ matrix.BAZEL_ROOT }}
|
path: ${{ matrix.BAZEL_ROOT }}
|
||||||
key: ${{ runner.os }}-bazout-1
|
key: ${{ runner.os }}-bazout-1-${{ hashFiles('ts/yarn.lock') }}-${{ hashFiles('pip/requirements.txt') }}-${{ hashFiles('cargo/Cargo.lock') }}
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Linux
|
# Linux
|
||||||
|
|
Loading…
Reference in a new issue