Skip to content

Commit

Permalink
Remove default Java installs so they are not used
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 30, 2024
1 parent d13e518 commit e48e407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: replace default java
run: |
sudo apt update
sudo apt install openjdk-17-jdk
sudo apt remove temurin-8-jdk temurin-11-jdk temurin-17-jdk temurin-21-jdk
- name: set up java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e48e407

Please sign in to comment.