mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-06-28 06:06:13 +02:00
Update build-windows.yml
This commit is contained in:
parent
62cd5457e1
commit
ddc2522fec
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
|
@ -23,12 +23,14 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pwd
|
|
||||||
cd src
|
cd src
|
||||||
go mod download
|
go mod download
|
||||||
|
|
||||||
- name: Build
|
- 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:
|
env:
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue