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 ee4dde9 commit 3db1fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/actions/install-iceoryx-deps/action.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
python3-vcstool \
python3-rosdep
- name: Install iceoryx dependencies
uses: ./.github/actions/install-iceoryx-deps
run: |
apt-get update
apt-get install -y libacl1-dev
- name: Create workspace
run: |
mkdir -p $WORKSPACE_DIR/src/rmw_iceoryx2
Expand Down

0 comments on commit 3db1fe6

Please sign in to comment.