Skip to content

Commit

Permalink
adding bazel to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grundprinzip committed Jul 2, 2024
1 parent 8724a2d commit 339a9d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 339a9d4

Please sign in to comment.