Skip to content

Commit 9282c49

Browse files
committed
Add bazelg
1 parent df25398 commit 9282c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
lfs: true
36+
- name: Setup Bazelisk
37+
uses: bazelbuild/setup-bazelisk@v3
3638
- name: Bazel Build
3739
run: bazel build $(bazel query '//... - attr("tags", "arm64", //...) - attr("tags", "manual", //...)')
3840
- name: Bazel Test

0 commit comments

Comments
 (0)