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
67be54eafc
commit
a4246f7294
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-windows.yml
vendored
7
.github/workflows/build-windows.yml
vendored
|
@ -23,11 +23,16 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
cd src
|
cd src
|
||||||
go mod download
|
go mod download
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -ldflags="-s -w -H=windowsgui -extldflags=-static" -v -o Picocrypt.exe ./...
|
run: |
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
|
go build -v -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