💚 fix Ubuntu build

pull/3876/head
Niels Lohmann 2022-12-10 14:45:41 +01:00
parent f7d46b8803
commit 07182ebc1d
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 1 additions and 1 deletions

View File

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