🔧 less use of ghcr.io/nlohmann/json-ci
This commit is contained in:
parent
615eb42aed
commit
d3bfecfe02
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
@ -49,10 +49,9 @@ jobs:
|
|||||||
|
|
||||||
ci_test_single_header:
|
ci_test_single_header:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: ghcr.io/nlohmann/json-ci:v2.4.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Get latest CMake and ninja
|
|
||||||
uses: lukka/get-cmake@latest
|
|
||||||
- name: Run CMake
|
- name: Run CMake
|
||||||
run: cmake -S . -B build -DJSON_CI=On
|
run: cmake -S . -B build -DJSON_CI=On
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user