Skip to content

Commit

Permalink
specify bazelisk version as workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Jun 4, 2024
1 parent 928bcf6 commit fcc0dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
# workaround for bazelisk not being pre-installed on ARM64 runner
bazelisk-version: "1.20.0"
- name: Build and Run Unit Tests
run: bazel test --test_output=all //...
shell: cmd

0 comments on commit fcc0dbe

Please sign in to comment.