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
|
||||
scripthaus/go.sum
|
||||
- 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
|
||||
with:
|
||||
node-version: ${{env.NODE_VERSION}}
|
||||
|
Loading…
Reference in New Issue
Block a user