Skip to content

Commit

Permalink
Update win-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Oct 4, 2024
1 parent 0444fa4 commit da5d281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

- name: env vars
run: |
setx CGO_ENABLED=0
setx GOOS=windows
setx GOARCH=amd64
setx CGO_ENABLED 0
setx GOOS windows
setx GOARCH amd64
- name: build
run: go build -ldflags="-s -w" -o build/nexus2_win -v .
Expand Down

0 comments on commit da5d281

Please sign in to comment.