aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/darwin.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/darwin.yml')
-rw-r--r--.github/workflows/darwin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml
index cc683c0a..48eae5b1 100644
--- a/.github/workflows/darwin.yml
+++ b/.github/workflows/darwin.yml
@@ -15,7 +15,7 @@ jobs:
run: brew install ninja
- name: Configure
- run: mkdir build && cd build && cmake -G Ninja -DNNG_ENABLE_TLS=ON ..
+ run: mkdir build && cd build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DNNG_ENABLE_TLS=ON ..
- name: build
run: cd build && ninja