mirror of https://github.com/docker/compose.git
Use setup-dev.sh script
This commit is contained in:
parent
cc87bbe34e
commit
04e2710380
|
@ -7,7 +7,6 @@ on:
|
|||
branches: [master]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -22,12 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
go get gotest.tools/gotestsum
|
||||
go get github.com/stevvooe/protobuild
|
||||
go get github.com/gogo/protobuf/proto
|
||||
go get github.com/gogo/protobuf/jsonpb
|
||||
go get github.com/golang/protobuf/protoc-gen-go
|
||||
run: ./setup-dev.sh
|
||||
|
||||
- name: Protos
|
||||
run: make protos
|
||||
|
|
Loading…
Reference in New Issue