Skip to content

Commit

Permalink
GitHub Actions: use protobuf-compiler for Java
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Oct 20, 2020
1 parent 66e16d8 commit 98ac347
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98ac347

Please sign in to comment.