mirror of
https://github.com/nlohmann/json
synced 2024-11-22 20:10:06 +00:00
💚 fix Ubuntu build
This commit is contained in:
parent
349e4b310e
commit
c5a03c2ea0
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user