mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Only install required go dependencies
This commit is contained in:
parent
5cbfa2778e
commit
bb017c490e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: arduino/setup-protoc@master
|
||||
|
||||
- name: Get dependencies
|
||||
run: ./setup-dev.sh
|
||||
run: ./scripts/setup/install-go-gen
|
||||
|
||||
- name: Protos
|
||||
run: make protos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue