mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-13 06:08:30 +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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd src
|
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:
|
env:
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue