diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 62991499a..d76eb0106 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -90,7 +90,7 @@ jobs: target: [ci_cmake_flags, ci_test_diagnostics, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls] steps: - name: Install build-essential - run: apt-get update ; apt-get install -y build-essential unzip clang wget libidn11:i386 + run: apt-get update ; apt-get install -y build-essential unzip clang wget ia32-libs - uses: actions/checkout@v3 - name: Get latest CMake and ninja uses: lukka/get-cmake@latest