Skip to content

Commit f828cd9

Browse files
committed
Set fixed version and use Release build
1 parent f4a8c27 commit f828cd9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/lib-versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
OPENSSL_BRANCH=OpenSSL_1_1_1-stable
1+
OPENSSL_BRANCH=OpenSSL_1_1_1w
22
LIBSSH2_VERSION=1.9.0

.github/workflows/build-libs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
-DCMAKE_GENERATOR="Visual Studio 17 2022" `
9797
-D CMAKE_C_FLAGS_DEBUG="/MTd" `
9898
-D CMAKE_C_FLAGS_RELEASE="/MT" `
99+
-D CMAKE_BUILD_TYPE=Release `
99100
-D BUILD_EXAMPLES=OFF `
100101
-D BUILD_TESTING=OFF `
101102
-A $targetLibSSH2 `

0 commit comments

Comments
 (0)