mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
remove lib from tests
This commit is contained in:
parent
95a0d31090
commit
78a90d38d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-versions.yml
vendored
2
.github/workflows/e2e-versions.yml
vendored
|
@ -310,7 +310,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||||
distribution: [ 'adopt', 'adopt-openj9', 'zulu', 'liberica', ]
|
distribution: [ 'adopt', 'adopt-openj9', 'zulu' ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue