mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
fix go cache dependency
This commit is contained in:
parent
5bd7f73746
commit
631a0867aa
3
.github/workflows/build-macos-x64.yml
vendored
3
.github/workflows/build-macos-x64.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21.5'
|
||||
cache-dependency-path: |
|
||||
wavesrv/go.sum
|
||||
waveshell/go.sum
|
||||
- run: brew tap scripthaus-dev/scripthaus
|
||||
- run: brew install scripthaus
|
||||
- uses: actions/setup-node@v4
|
||||
|
Loading…
Reference in New Issue
Block a user