srctree

Robin Linden parent 5c5669d0 0a7a0134
Set up a cache for Bazel build files in CI

inlinesplit
.github/workflows/ci.yaml added: 6, removed: 1, total 5
@@ -59,6 +59,11 @@ jobs:
echo "ANDROID_NDK_HOME=$ANDROID_HOME/ndk/$NDK_VERSION" >> $GITHUB_ENV
env:
NDK_VERSION: 22.1.7171670
- name: Set up Bazel cache
uses: actions/cache@v2
with:
path: ~/.cache/bazel
key: bazel
- name: Install
run: wget https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-linux-amd64 --output-document=bazelisk
- name: Build