From da7c1ecac7ca2cea304bcc1cd2e3cfb90f309fee Mon Sep 17 00:00:00 2001 From: Geoff Martin Date: Fri, 6 Dec 2024 17:21:59 +0000 Subject: [PATCH] Run tests with iceoryx feature enabled. --- .github/workflows/rust.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index abb3c6f..666c6a9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: |