From e01349e1550e45ba4b900a4ddb61a25a13acf369 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> Date: Sat, 7 Aug 2021 12:07:18 +0400 Subject: [PATCH] fix builds on windows and mac --- .github/workflows/bazel-build.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.5