]> git.puffer.fish Git - matthieu/nova.git/commitdiff
Update bazel-build.yml
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>
Thu, 5 Aug 2021 06:38:37 +0000 (10:38 +0400)
committerGitHub <noreply@github.com>
Thu, 5 Aug 2021 06:38:37 +0000 (10:38 +0400)
.github/workflows/bazel-build.yml

index 610063a71307435a737689987982d3980db399ad..930533df17136d5684100c1871c1f708a72deb2a 100644 (file)
@@ -32,12 +32,6 @@ jobs:
           bazelisk-version: 1.x # optional, default is 1.x
            # Used to query bazelisk releases.  Since there's a default, this is typically not supplied by the user.
           token: ${{ github.token }}
-      # Runs a single command using the runners shell
-      - name: Mount bazel cache  # Optional
-        uses: actions/cache@v2
-        with:
-          path: "~/.cache/bazel"
-          key: bazel
       # Runs a set of commands using the runners shell
       - name: Execute build script
         run: |