diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d00484..aa94679 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,12 +50,12 @@ jobs: - name: Install Bazel uses: bazel-contrib/setup-bazel@0.8.5 with: - # Avoid downloading Bazel every time. - bazelisk-cache: true - # Store build cache per workflow. - disk-cache: ${{ github.workflow }} - # Share repository cache between workflows. - repository-cache: true + # Avoid downloading Bazel every time. + bazelisk-cache: true + # Store build cache per workflow. + disk-cache: ${{ github.workflow }} + # Share repository cache between workflows. + repository-cache: true - name: Run Build & Test run: | export PATH=$PATH:/usr/local/go/bin