Skip to content

Commit

Permalink
github: actually enable TLS on Windows, and use Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jan 28, 2024
1 parent 41626c9 commit a567c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a567c62

Please sign in to comment.