File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 5959
6060
6161 - name : Install .NET # on Windows
62- # if: inputs.dotnet == 'true' && inputs.os == 'windows-latest'
62+ if : inputs.dotnet == 'true' # && inputs.os == 'windows-latest'
6363 uses : actions/setup-dotnet@v5
6464 with :
6565 dotnet-version : |
Original file line number Diff line number Diff line change @@ -285,15 +285,7 @@ jobs:
285285 needs : [ analyze, build-release ]
286286 if : needs.analyze.outputs.todo == 'release'
287287
288- steps :
289-
290- # Install our environment
291- - name : Install environment
292- uses : ./.github/actions/install
293- with :
294- os : ubuntu-latest
295- dotnet : true
296- java : false
288+ steps :
297289
298290 # checkout the hazelcast/hazelcast-csharp-client repository
299291 - name : Checkout code
You can’t perform that action at this time.
0 commit comments