Skip to content

Commit f973a3d

Browse files
authored
Changing JDK 17 build to use GitHub's 'setup-java' instead of Oracle's due to failing Oracle JDK 17 download. (#981)
1 parent 2ad964a commit f973a3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up JDK
23-
uses: oracle-actions/setup-java@v1
23+
uses: actions/setup-java@v4.7.0
2424
with:
25-
release: ${{ matrix.java }}
25+
distribution: oracle
26+
java-version: ${{ matrix.java }}
2627
- name: Install softhsm2
2728
run: sudo apt-get install -y softhsm2
2829
- name: Install opensc

0 commit comments

Comments
 (0)