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
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user