Skip to content

Commit 8d74bb1

Browse files
committed
Fix Windows linking
1 parent c145a77 commit 8d74bb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ jobs:
228228
-lgdi32 \
229229
-lpsapi \
230230
-lole32 \
231+
-lcrypt32 \
232+
-lncrypt \
231233
-lstrmiids \
232234
-luuid \
233235
-loleaut32 \
@@ -242,7 +244,6 @@ jobs:
242244
-lpsapi \
243245
-ladvapi32 \
244246
-lshell32 \
245-
-lole32 \
246247
-lmfplat \
247248
-static-libgcc \
248249
-static-libstdc++

0 commit comments

Comments
 (0)