Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-17 23:47:31 -04:00 committed by GitHub
parent c5579174fc
commit 28f20e751a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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