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 15c99e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: remove default Java installs
run: 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 15c99e2

Please sign in to comment.