Skip to content

Commit 1dfc1c2

Browse files
committed
Build with Java 17
1 parent 18d6461 commit 1dfc1c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/kat-transform.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
verify-transform:
2323
runs-on: ubuntu-latest
2424
steps:
25+
- name: Configure JDK
26+
uses: actions/setup-java@v3
27+
with:
28+
distribution: 'corretto'
29+
java-version: 17
30+
cache: 'gradle'
31+
2532
- name: Checkout sources
2633
uses: actions/checkout@v4
2734
with:

0 commit comments

Comments
 (0)