Update build-linux.yml

This commit is contained in:
Evan Su 2024-06-19 22:18:39 -04:00 committed by GitHub
parent 12a614a9bb
commit 79838706ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
- name: Build
run: |
cd src
go build -v -ldflags="-s -w" -o Picocrypt.go
go build -v -ldflags="-s -w" -o Picocrypt Picocrypt.go
env:
CGO_ENABLED: 1
GOAMD64: v2