Skip to content

Commit 7541c9b

Browse files
author
pfeatherstone
committed
trying to fix MSVC build 7
1 parent ba3fa46 commit 7541c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_msvc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Run CMake configuration and build
2323
run: |
24-
cmake examples -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL\" -DOPENSSL_USE_STATIC_LIBS=TRUE
25-
cmake --build build --parallel
24+
cmake examples -B build -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL\" -DOPENSSL_USE_STATIC_LIBS=TRUE
25+
cmake --build build --config RelWithDebInfo --parallel
2626
2727
- name: Run Unit Tests
28-
run: build\tests.exe
28+
run: build\RelWithDebInfo\tests.exe

0 commit comments

Comments
 (0)