Skip to content

Commit caa22a2

Browse files
chore: added java17
1 parent b1d070b commit caa22a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
dotnet-version: 7.0.103
2828

29+
- uses: actions/setup-java@v4
30+
with:
31+
distribution: 'zulu'
32+
java-version: '17'
33+
2934
- name: Remove faulty SDK version
3035
run: sudo rm -rf /usr/share/dotnet/sdk/7.0.4*
3136

0 commit comments

Comments
 (0)