We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0710d commit 85ca6b8Copy full SHA for 85ca6b8
.github/workflows/post-integration.yml
@@ -36,10 +36,10 @@ jobs:
36
dotnet-version: '8.0.x'
37
38
- name: ⚙️ Set up JDK 17
39
- uses: actions/setup-java@v3
40
- with:
41
- java-version: 17
42
- distribution: 'zulu'
+ uses: actions/setup-java@v3
+ with:
+ java-version: 17
+ distribution: 'zulu'
43
44
- name: 🧹 Clean
45
run: dotnet clean -c Release && dotnet nuget locals all --clear
0 commit comments