Skip to content

Commit

Permalink
Build riscv64 jdk11 only
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Oct 25, 2023
1 parent a4d8548 commit c8627ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
run: |
export MAVEN_OPTS="-Djdk.lang.Process.launchMechanism=vfork"
chmod +x ./mvnw
./mvnw -B --show-version -ntp clean package.
./mvnw -B --show-version -ntp clean package
apt-get remove -q -y openjdk-11-jdk && apt-get install -q -y openjdk-8-jdk
java --version

0 comments on commit c8627ba

Please sign in to comment.