mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
💚 fix build
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user