diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-21 12:31:47 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-21 12:37:16 -0800 |
| commit | c6babe615b8d96acf25721dc8cdf1c5bf37130b5 (patch) | |
| tree | 6131650e1c5c411615fcc4e4ea67dfcc4a3faf55 /.github/workflows/windows.yml | |
| parent | 1514a532617b1fa7d4568a79a9d8ae24ceba1be9 (diff) | |
| download | nng-c6babe615b8d96acf25721dc8cdf1c5bf37130b5.tar.gz nng-c6babe615b8d96acf25721dc8cdf1c5bf37130b5.tar.bz2 nng-c6babe615b8d96acf25721dc8cdf1c5bf37130b5.zip | |
workflows: add pollq and make build debug for backtraces
Diffstat (limited to '.github/workflows/windows.yml')
| -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 9f9791f2..af1cb74a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,7 +20,7 @@ jobs: - name: Configure # TLS on Windows is not good because vcpkg is *old* mbedTLS 2.28, and we don't pass some newer tests. # We should explore testing WolfSSL here instead. - run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -B build + run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -B build -DCMAKE_BUILD_TYPE=Debug - name: Build run: cmake --build build |
