Skip to content

Commit

Permalink
#105 remove preinstalled JVMs
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 3, 2020
1 parent bc38839 commit 06c23bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
java: [15] # 8, 11.0.x,

steps:
- name: remove unwanted preinstalled java
run: sudo rm -rf /usr/lib/jvm/*
- uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v1
Expand Down

0 comments on commit 06c23bb

Please sign in to comment.