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: |