Skip to content

Commit 0a0273a

Browse files
committed
nomerge
1 parent b52d3a3 commit 0a0273a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
- name: Build
116116
run: |
117117
cd "${{ github.workspace }}"
118-
bazel build :all
118+
export USE_BAZEL_VERSION=9.0.2rc1
119+
bazelisk build :all
119120
120121
- name: Test
121122
run: |

0 commit comments

Comments
 (0)