mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-22 02:41:23 +01:00
split workflow steps
This commit is contained in:
parent
5638e7857b
commit
e2d0664901
8
.github/workflows/build-helper.yml
vendored
8
.github/workflows/build-helper.yml
vendored
@ -70,10 +70,10 @@ jobs:
|
||||
wavesrv/go.sum
|
||||
waveshell/go.sum
|
||||
scripthaus/go.sum
|
||||
- working-directory: scripthaus
|
||||
run: |
|
||||
go mod download
|
||||
CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
- run: go mod download
|
||||
working-directory: ./scripthaus
|
||||
- run: CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
working-directory: ./scripthaus
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{env.NODE_VERSION}}
|
||||
|
Loading…
Reference in New Issue
Block a user