Skip to content

Commit

Permalink
Run tests with iceoryx feature enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 6, 2024
1 parent 4f04504 commit 1b40cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install ACL
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get -y install acl-dev
- name: Install libstdc++
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get -y install g++-multilib
- name: Install LLVM toolchain
if: startsWith(matrix.os,'macos')
run: |
Expand Down

0 comments on commit 1b40cb2

Please sign in to comment.