Update c-cpp.yml
This commit is contained in:
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 1.11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 1.11
|
||||
- name: Build with Maven
|
||||
run: mvn clean compile assembly:single
|
||||
- name: Upload build Artifact
|
||||
|
||||
Reference in New Issue
Block a user