mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-06-28 06:06:13 +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
|
go mod download
|
||||||
|
|
||||||
- name: Build
|
- 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:
|
env:
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue