Skip to content

Commit

Permalink
Well, Ninja did not work
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jan 28, 2024
1 parent f116b3b commit 1527ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -DNNG_ENABLE_TLS=ON ..

- name: build
run: cd build && ninja
Expand Down

0 comments on commit 1527ea9

Please sign in to comment.