Merge pull request #41 from simon04/github-actions-protoc
GitHub Actions: setup protoc
This commit is contained in:
commit
c8837cd8e8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue