Skip to content

Commit 1444a62

Browse files
authored
Update dotnet.yml
1 parent d637389 commit 1444a62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
- name: Setup JDK
21+
uses: actions/setup-java@v3
22+
with:
23+
java-version: '17'
24+
distribution: 'temurin'
2025
- name: Setup .NET
2126
uses: actions/setup-dotnet@v3
2227
with:

0 commit comments

Comments
 (0)