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 26139f1 commit da7c1ec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Print OS
run: |
os="${{ toJson(matrix.os) }}"
echo "$os"
- name: Install apt dependencies
if: ${{ matrix.os == 'ubuntu-latest' || toJson(matrix.os) == '["ubuntu-22.04","ARM64"]' }}
run: sudo apt-get -y install acl-dev g++-multilib
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get -y install acl-dev
- name: Install LLVM toolchain
if: startsWith(matrix.os,'macos')
run: |
Expand Down

0 comments on commit da7c1ec

Please sign in to comment.