💚 fix Ubuntu build

pull/3876/head
Niels Lohmann 2022-12-10 13:48:06 +01:00
parent 349e4b310e
commit c5a03c2ea0
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 4 additions and 1 deletions

View File

@ -69,6 +69,8 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:focal
steps:
- name: Install unzip
run: apt-get update ; apt-get install -y unzip
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
@ -96,12 +98,13 @@ jobs:
ci_cmake_options:
runs-on: ubuntu-latest
container: ubuntu:focal
strategy:
matrix:
target: [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
run: apt-get update ; apt-get install -y build-essential unzip
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest