Github workflow add missing mingw installation

This commit is contained in:
Jerry Jacobs 2024-07-31 15:48:18 +02:00
parent 7db72169f9
commit 0229fef0c0
2 changed files with 7 additions and 2 deletions

View File

@ -42,7 +42,12 @@ jobs:
filename: "ssh_private_key.base64.rot13"
working-directory: "./resources"
- run: make release
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- run: make win
- name: Store release artifacts
uses: actions/upload-artifact@v4

2
.gitignore vendored
View File

@ -7,5 +7,5 @@ socks5-ssh-proxy.release
*.base64
*.exe
*.zip
resource.syso
dist/