update build-helper.yml

This commit is contained in:
sawka
2024-01-16 21:56:40 -08:00
parent 2f32d89b85
commit 14da9b76e0
+2
View File
@@ -76,6 +76,8 @@ jobs:
ls -l;
cat go.mod;
ls -l cmd/main.go;
go version;
go get ./...;
CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
- uses: actions/setup-node@v4
with: