aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-01-27 17:28:29 -0800
committerGarrett D'Amore <garrett@damore.org>2024-01-27 17:30:11 -0800
commitbece697224680f20d8f1bb7622b9890b918abb05 (patch)
tree72c57cbf3cf5516bbdff33c189a38a9a13d15555
parentf116b3bd2cee6eb1e8b6ae79cfe9cb590a9eb2df (diff)
downloadnng-bece697224680f20d8f1bb7622b9890b918abb05.tar.gz
nng-bece697224680f20d8f1bb7622b9890b918abb05.tar.bz2
nng-bece697224680f20d8f1bb7622b9890b918abb05.zip
Well, Ninja did not work
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 25acd9d2..47715890 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -18,7 +18,7 @@ jobs:
github-binarycache: true
- name: Configure
- run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -G Ninja -D NNG_ENABLE_TLS=ON -B build
+ run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -D NNG_ENABLE_TLS=ON -B build
- name: Build
run: cmake --build build