Skip to content

Commit bbeee8a

Browse files
committed
iox-#2011 Use bazel v7.4.1 on CI
1 parent 11aa7f3 commit bbeee8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,12 @@ jobs:
214214
uses: actions/checkout@v4
215215
- name: Install iceoryx dependencies and clang-tidy
216216
uses: ./.github/actions/install-iceoryx-deps-and-clang
217-
- run: ./tools/ci/build-test-ubuntu-bazel.sh
217+
- name: Set up Bazel
218+
uses: bazel-contrib/[email protected]
219+
- name: Build & test with bazel
220+
env:
221+
USE_BAZEL_VERSION: "7.4.1"
222+
run: ./tools/ci/build-test-ubuntu-bazel.sh
218223

219224
coverage-and-docs:
220225
# prevent stuck jobs consuming runners for 6 hours

0 commit comments

Comments
 (0)