Skip to content

Commit

Permalink
[#12] Add clang build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orecham committed Dec 11, 2024
1 parent 84dec01 commit 0dd9389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ jobs:
apt-get install -y \
libacl1-dev \
curl
- name: Install clang toolchain
uses: ./.github/actions/install-clang
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Create workspace
Expand All @@ -104,6 +102,8 @@ jobs:
uses: actions/checkout@v4
with:
path: src/rmw_iceoryx2
- name: Install clang toolchain
uses: src/rmw_iceoryx2/.github/actions/install-clang
- name: Import dependencies with VCS
run: |
cd $WORKSPACE_DIR
Expand Down

0 comments on commit 0dd9389

Please sign in to comment.