GitHub Actions: fix Windows build

This commit is contained in:
Andrew Ayer
2025-09-24 08:41:06 -04:00
parent 1d3055d8c2
commit 6ca139c364

View File

@@ -24,7 +24,7 @@ jobs:
openssl-devel
- name: Build binary
shell: msys2 {0}
run: make LDFLAGS="-static-libstdc++ -static -lcrypto -lws2_32"
run: make LDFLAGS="-static-libstdc++ -static -lcrypto -lws2_32 -lcrypt32"
- name: Upload release artifact
uses: actions/upload-artifact@v4
with: