From 07182ebc1d4d8204cd51635fbd62116c6b50da59 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 10 Dec 2022 14:45:41 +0100 Subject: [PATCH] :green_heart: fix Ubuntu build --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d76eb0106..5c13b61c2 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 ia32-libs + run: apt-get update ; apt-get install -y build-essential unzip clang wget lib32z1 - uses: actions/checkout@v3 - name: Get latest CMake and ninja uses: lukka/get-cmake@latest