mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Use github action to install protoc
This commit is contained in:
parent
04e2710380
commit
5cbfa2778e
4 changed files with 13 additions and 10 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: Checkout code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@master
|
||||
|
||||
- name: Get dependencies
|
||||
run: ./setup-dev.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue