GitHub Actions: setup protoc

This commit is contained in:
Simon Legner 2020-09-28 20:25:11 +02:00
parent f9679b83d9
commit 435b4cac35
1 changed files with 4 additions and 0 deletions

View File

@ -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