mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-06-27 21:56:14 +02:00
Update build-windows.yml
This commit is contained in:
parent
2646518018
commit
67be54eafc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
go mod download
|
||||
|
||||
- name: Build
|
||||
run: go build -ldflags="-s -w -H=windowsgui -extldflags=-static" -v -o Picocrypt.exe Picocrypt.go
|
||||
run: go build -ldflags="-s -w -H=windowsgui -extldflags=-static" -v -o Picocrypt.exe ./...
|
||||
env:
|
||||
CGO_ENABLED: 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue