diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-01-27 17:25:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-01-27 17:25:44 -0800 |
| commit | a567c62632d61704b65386da48c83aae5a6f90d7 (patch) | |
| tree | 392f602aa33c4ff618334ebcac3cb635c898631e /.github/workflows | |
| parent | 41626c984ffd7e1a8d607fd0bdc1e021214cbbde (diff) | |
| download | nng-a567c62632d61704b65386da48c83aae5a6f90d7.tar.gz nng-a567c62632d61704b65386da48c83aae5a6f90d7.tar.bz2 nng-a567c62632d61704b65386da48c83aae5a6f90d7.zip | |
github: actually enable TLS on Windows, and use Ninja
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0b309159..25acd9d2 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 }} -B build + run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -G Ninja -D NNG_ENABLE_TLS=ON -B build - name: Build run: cmake --build build |
