From 99f42714eb4acf65ff1499bd36bc8a5bb7742f4d Mon Sep 17 00:00:00 2001 From: qnfm <104289862+qnfm@users.noreply.github.com> Date: Thu, 7 Dec 2023 07:10:03 +0000 Subject: [PATCH] Get Windows CI to work again (#310) * Change osslconfig for Windows build * Re-activate Debug build --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8e73be13..ca6bfaef 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -101,7 +101,7 @@ jobs: platform: - arch: win64 oqsconfig: -DOQS_ALGS_ENABLED=STD - osslconfig: no-shared no-fips VC-WIN64A-masm + osslconfig: no-shared no-fips VC-WIN64A # - arch: win32 # oqsconfig: -DOQS_ALGS_ENABLED=STD # osslconfig: --strict-warnings no-fips enable-quic @@ -215,7 +215,7 @@ jobs: msarch: - x64 type: -# - Debug + - Debug - Release runs-on: ${{matrix.os}} steps: