mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
💚 fix Ubuntu build
This commit is contained in:
parent
23e69222c5
commit
84e5a321eb
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
run: apt-get update ; apt-get install -y build-essential unzip clang wget libidn11:i386
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get latest CMake and ninja
|
||||
uses: lukka/get-cmake@latest
|
||||
|
Loading…
Reference in New Issue
Block a user