mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-22 22:06:35 +01:00
Github workflow add missing mingw installation
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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
2
.gitignore
vendored
@ -7,5 +7,5 @@ socks5-ssh-proxy.release
|
||||
*.base64
|
||||
*.exe
|
||||
*.zip
|
||||
|
||||
resource.syso
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user