Skip to content

Commit

Permalink
Merge pull request #47 from simon04/github-actions-java-protoc
Browse files Browse the repository at this point in the history
GitHub Actions: use protobuf-compiler for Java
  • Loading branch information
joto authored Oct 20, 2020
2 parents 66e16d8 + 98ac347 commit e0d4b58
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 e0d4b58

Please sign in to comment.