Skip to content

Commit 8c9e1a6

Browse files
authored
Build both static and shared openssl libs on windows
1 parent eeadf6a commit 8c9e1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/koana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cd openssl
5656
git checkout openssl-3.5.0
5757
$env:PATH += ";C:\Program Files\NASM"
58-
C:\Strawberry\perl\bin\perl.exe Configure no-makedepend no-shared VC-WIN64A
58+
C:\Strawberry\perl\bin\perl.exe Configure no-makedepend VC-WIN64A
5959
nmake
6060
6161
- name: Build koana
@@ -102,7 +102,7 @@ jobs:
102102
cd openssl
103103
git checkout openssl-3.5.0
104104
$env:PATH += ";C:\Program Files\NASM"
105-
C:\Strawberry\perl\bin\perl.exe Configure no-makedepend no-shared VC-WIN64-ARM
105+
C:\Strawberry\perl\bin\perl.exe Configure no-makedepend VC-WIN64-ARM
106106
nmake
107107
108108
- name: Build koana

0 commit comments

Comments
 (0)