Skip to content

Commit

Permalink
iox-#2011 Use bazel v7.4.1 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Dec 10, 2024
1 parent 11aa7f3 commit 51a208c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ jobs:
uses: actions/checkout@v4
- name: Install iceoryx dependencies and clang-tidy
uses: ./.github/actions/install-iceoryx-deps-and-clang
- name: Set up Bazel
uses: bazel-contrib/[email protected]
with:
bazelisk-version: "7.4.1"
- run: ./tools/ci/build-test-ubuntu-bazel.sh

coverage-and-docs:
Expand Down

0 comments on commit 51a208c

Please sign in to comment.