Skip to content

Commit

Permalink
Update system Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 30, 2024
1 parent ee3a621 commit 9457aae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: install java 17 globally
run: |
sudo apt update
sudo apt install openjdk-17-jdk
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
cache: 'maven'
- name: confirm java
run: |
echo $JAVA_HOME
java -version
mvn -v
- name: bootstrap
run: mvn -Pbootstrap clean package
- name: bundle install
Expand Down

0 comments on commit 9457aae

Please sign in to comment.