support mono repo deps (#1736)

* support mono repo deps

* add protoc
This commit is contained in:
Dominic Wong
2020-06-24 16:27:22 +01:00
committed by GitHub
parent 2b506b1a2a
commit a2a1f4dfbd
4 changed files with 42 additions and 8 deletions

View File

@@ -16,6 +16,9 @@ jobs:
with:
go-version: 1.13
id: go
- name: Install Protoc
uses: arduino/setup-protoc@master
- name: Check out this code
uses: actions/checkout@v2

View File

@@ -16,6 +16,9 @@ jobs:
with:
go-version: 1.13
id: go
- name: Install Protoc
uses: arduino/setup-protoc@master
- name: Check out this code
uses: actions/checkout@v2