Skip to content

Commit f66cedb

Browse files
authored
Install JDK 11 as part of Deploy (#622)
1 parent 49b958d commit f66cedb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
submodules: 'true'
15+
- name: Setup Java JDK 11
16+
uses: actions/setup-java@v2.3.0
17+
with:
18+
java-version: 11
19+
distribution: "temurin"
1520
- name: Setup .NET 6.0
1621
uses: actions/setup-dotnet@v1
1722
with:

0 commit comments

Comments
 (0)