Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-17 22:40:22 -04:00 committed by GitHub
parent 62cd5457e1
commit ddc2522fec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,12 +23,14 @@ jobs:
- name: Install dependencies
run: |
pwd
cd src
go mod download
- name: Build
run: go build -v -ldflags="-s -w -H=windowsgui -extldflags=-static" Picocrypt.go
run: |
pwd
dir
go build -v -ldflags="-s -w -H=windowsgui -extldflags=-static" Picocrypt.go
env:
CGO_ENABLED: 1