github: add one more step to install migration tool

This commit is contained in:
c9s 2022-05-03 14:59:28 +08:00
parent 816f05cd88
commit c869bac166
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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