Merge pull request #47 from simon04/github-actions-java-protoc

GitHub Actions: use protobuf-compiler for Java
This commit is contained in:
Jochen Topf 2020-10-20 10:16:07 +02:00 committed by GitHub
commit e0d4b58e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -8,13 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install protobuf-compiler
- name: Set up JDK 1.8
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