mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-windows.yml
This commit is contained in:
parent
c5579174fc
commit
28f20e751a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
cd src
|
||||
go build -v -ldflags="-s -w -H=windowsgui -extldflags=-static" Picocrypt.go
|
||||
go build -ldflags="-s -w -H=windowsgui -extldflags=-static" Picocrypt.go
|
||||
env:
|
||||
CGO_ENABLED: 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue