mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 15:16:13 +08:00
💚 fix build
This commit is contained in:
parent
077fe41a82
commit
d927f44576
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -110,4 +110,4 @@ jobs:
|
||||
- name: cmake
|
||||
run: cmake -S . -B build -DJSON_CI=On
|
||||
- name: build
|
||||
run: cmake --build build --target ci_test_{{ matrix.compiler }}_cxx{{ matrix.standard }}
|
||||
run: cmake --build build --target ci_test_${{ matrix.compiler }}_cxx${{ matrix.standard }}
|
||||
|
Loading…
Reference in New Issue
Block a user