Merge pull request #41 from simon04/github-actions-protoc

GitHub Actions: setup protoc
This commit is contained in:
Jochen Topf 2020-09-28 21:46:23 +02:00 committed by GitHub
commit c8837cd8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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