mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-01-05 01:27:44 -08:00
GitHub Actions: fix Windows build
This commit is contained in:
2
.github/workflows/release-windows.yml
vendored
2
.github/workflows/release-windows.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user