diff options
| author | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:07:18 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:07:18 +0400 |
| commit | e01349e1550e45ba4b900a4ddb61a25a13acf369 (patch) | |
| tree | dfb596204fad4bf1a154cd0c964620e8be429ae8 | |
| parent | 76cf85b997067da195c83fcb9d1e3d84bf764048 (diff) | |
fix builds on windows and mac
| -rw-r--r-- | .github/workflows/bazel-build.yml | 3 |
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
|
