mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-30 23:01:30 +01:00
add go mod download
This commit is contained in:
parent
6c9dbabd56
commit
5638e7857b
4
.github/workflows/build-helper.yml
vendored
4
.github/workflows/build-helper.yml
vendored
@ -71,7 +71,9 @@ jobs:
|
|||||||
waveshell/go.sum
|
waveshell/go.sum
|
||||||
scripthaus/go.sum
|
scripthaus/go.sum
|
||||||
- working-directory: scripthaus
|
- working-directory: scripthaus
|
||||||
run: CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
run: |
|
||||||
|
go mod download
|
||||||
|
CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{env.NODE_VERSION}}
|
node-version: ${{env.NODE_VERSION}}
|
||||||
|
Loading…
Reference in New Issue
Block a user