mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
github: add one more step to install migration tool
This commit is contained in:
parent
816f05cd88
commit
c869bac166
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -39,6 +39,9 @@ jobs:
|
|||
with:
|
||||
go-version: 1.17
|
||||
|
||||
- name: Install Migration Tool
|
||||
run: go install github.com/c9s/rockhopper/cmd/rockhopper@v1.2.1
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./cmd/bbgo
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user