]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix builds on windows and mac
authorMatthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com>
Sat, 7 Aug 2021 08:07:18 +0000 (12:07 +0400)
committerMatthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com>
Sat, 7 Aug 2021 08:07:18 +0000 (12:07 +0400)
.github/workflows/bazel-build.yml

index 044664d0ef30337359c059316fdc2d6855db2eda..bfff5cb7c4a4ba5c90b46f97b4a72940244556df 100644 (file)
@@ -40,12 +40,11 @@ jobs:
         uses: actions/cache@v2\r
         with:\r
           path: "~/.cache/bazel"\r
-          key: bazel\r
+          key: bazel-${{ matrix.os }}\r
       # Runs a set of commands using the runners shell\r
       - name: Execute build script\r
         shell: bash\r
         run: |\r
-           sudo apt-get install build-essential -y\r
            bazel build //:package\r
 \r
       - name: Bazel artifacts\r