GitHub Actions: setup protoc
This commit is contained in:
parent
f9679b83d9
commit
435b4cac35
|
|
@ -12,5 +12,9 @@ jobs:
|
|||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
version: '3.x'
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
|
|
|||
Loading…
Reference in New Issue