Skip to content

Commit 1c8269e

Browse files
committed
adding java to dt build
1 parent 1beb1ad commit 1c8269e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
env:
5353
JDK_VER: 17
5454
steps:
55+
- uses: actions/checkout@v5
56+
- name: Set up OpenJDK ${{ env.JDK_VER }}
57+
uses: actions/setup-java@v4
58+
with:
59+
distribution: 'temurin'
60+
java-version: ${{ env.JDK_VER }}
5561
- name: Checkout Durable Task Sidecar
5662
uses: actions/checkout@v4
5763
with:

0 commit comments

Comments
 (0)