File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5454 - uses : actions/setup-go@v6
5555 with :
5656 go-version : ^1.13.1
57+ - name : Install .NET
58+ uses : actions/setup-dotnet@v5
59+ with :
60+ dotnet-version : ' 9.x'
5761 - uses : ./../action/init
5862 with :
5963 tools : ${{ steps.prepare-test.outputs.tools-url }}
Original file line number Diff line number Diff line change 5050 - uses : actions/setup-go@v6
5151 with :
5252 go-version : ^1.13.1
53+ - name : Install .NET
54+ uses : actions/setup-dotnet@v5
55+ with :
56+ dotnet-version : ' 9.x'
5357 - uses : ./../action/init
5458 id : init
5559 with :
Original file line number Diff line number Diff line change 4343 with :
4444 version : ${{ matrix.version }}
4545 use-all-platform-bundle : true
46+ - name : Install .NET
47+ uses : actions/setup-dotnet@v5
48+ with :
49+ dotnet-version : ' 9.x'
4650 - id : init
4751 uses : ./../action/init
4852 with :
You can’t perform that action at this time.
0 commit comments