Skip to content

Commit a940a44

Browse files
committed
fix: missing setup jdk
1 parent 7dce459 commit a940a44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
- name: Checkout
6363
uses: actions/checkout@v4
6464

65+
- name: Install JDK 11
66+
uses: actions/setup-java@v4
67+
with:
68+
java-version: '11'
69+
distribution: 'temurin'
70+
6571
- name: Build and run TECHNICAL tests
6672
run: ./gradlew test --info -Ptechnical=true
6773

0 commit comments

Comments
 (0)