summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bazel-build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml
index 044664d..bfff5cb 100644
--- a/.github/workflows/bazel-build.yml
+++ b/.github/workflows/bazel-build.yml
@@ -40,12 +40,11 @@ jobs:
uses: actions/cache@v2
with:
path: "~/.cache/bazel"
- key: bazel
+ key: bazel-${{ matrix.os }}
# Runs a set of commands using the runners shell
- name: Execute build script
shell: bash
run: |
- sudo apt-get install build-essential -y
bazel build //:package
- name: Bazel artifacts