Skip to content

Commit

Permalink
💚 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Mar 28, 2021
1 parent 077fe41 commit d927f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d927f44

Please sign in to comment.