mirror of
https://github.com/nlohmann/json.git
synced 2026-04-03 22:58:52 +00:00
👷 make debug build
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: cmake
|
||||
run: cmake -S . -B build
|
||||
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug
|
||||
- name: build
|
||||
run: cmake --build build --parallel 10
|
||||
- name: test
|
||||
|
||||
Reference in New Issue
Block a user