💚 fix build

pull/2689/head
Niels Lohmann 2021-03-28 15:30:37 +02:00
parent 077fe41a82
commit d927f44576
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}