💚 fix Ubuntu build

This commit is contained in:
Niels Lohmann
2022-12-10 22:01:08 +01:00
parent 07182ebc1d
commit b6dcf3edf3
2 changed files with 12 additions and 22 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 lib32z1
run: apt-get update ; apt-get install -y build-essential unzip clang wget
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest