We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11aa7f3 + bbeee8a commit 085ac0aCopy full SHA for 085ac0a
.github/workflows/build-test.yml
@@ -214,7 +214,12 @@ jobs:
214
uses: actions/checkout@v4
215
- name: Install iceoryx dependencies and clang-tidy
216
uses: ./.github/actions/install-iceoryx-deps-and-clang
217
- - run: ./tools/ci/build-test-ubuntu-bazel.sh
+ - 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
223
224
coverage-and-docs:
225
# prevent stuck jobs consuming runners for 6 hours
0 commit comments