mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
update build-helper.yml
This commit is contained in:
@@ -70,10 +70,13 @@ jobs:
|
||||
wavesrv/go.sum
|
||||
waveshell/go.sum
|
||||
scripthaus/go.sum
|
||||
- run: go mod download
|
||||
working-directory: ./scripthaus
|
||||
- run: CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
working-directory: ./scripthaus
|
||||
- run: |
|
||||
cd scripthaus;
|
||||
pwd;
|
||||
ls -l;
|
||||
cat go.mod;
|
||||
ls -l cmd/main.go;
|
||||
CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{env.NODE_VERSION}}
|
||||
|
||||
Reference in New Issue
Block a user