From: Matthieu <20992787+MatthieuCoder@users.noreply.github.com> Date: Thu, 5 Aug 2021 06:38:37 +0000 (+0400) Subject: Update bazel-build.yml X-Git-Tag: v0.1~87^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5534f8ae8def6bd20bbea797729b3cd6bdb9fe57;p=matthieu%2Fnova.git Update bazel-build.yml --- diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 610063a..930533d 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -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: |