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:
Damien Elmes 2020-11-04 21:02:10 +10:00
parent f25af77122
commit 02dfc19250

View File

@ -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