File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 - name : Install libgts
2222 run : sudo apt-get update && sudo apt-get install -y libgts-0.7-5
2323
24- - name : Setup .NET
25- uses : actions/setup-dotnet@v3
24+ - name : Setup .NET SDK
25+ uses : actions/setup-dotnet@v4
2626 with :
27- dotnet-version : 8.0.x
27+ dotnet-version : ' 8.0.x'
2828
2929 - name : Setup Just
3030 uses : extractions/setup-just@v3
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 - name : Install libgts
2323 run : sudo apt-get update && sudo apt-get install -y libgts-0.7-5
2424
25- - name : Setup .NET
26- uses : actions/setup-dotnet@v3
25+ - name : Setup .NET SDK
26+ uses : actions/setup-dotnet@v4
2727 with :
28- dotnet-version : 8.0.x
28+ dotnet-version : ' 8.0.x'
2929
3030 - name : Setup Just
3131 uses : extractions/setup-just@v3
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0
1919
20+ - name : Setup .NET SDK
21+ uses : actions/setup-dotnet@v4
22+ with :
23+ dotnet-version : ' 8.0.x'
24+
2025 - name : Add msbuild to PATH
2126 uses : microsoft/setup-msbuild@v1.0.2
2227
Original file line number Diff line number Diff line change 1- # This is a basic workflow to help you get started with Actions
2-
31name : win-build
42
53# Controls when the action will run. Triggers the workflow on push or pull request
2119 with :
2220 fetch-depth : 0
2321
22+ - name : Setup .NET SDK
23+ uses : actions/setup-dotnet@v4
24+ with :
25+ dotnet-version : ' 8.0.x'
26+
2427 - name : Add msbuild to PATH
2528 uses : microsoft/setup-msbuild@v1.0.2
2629
You can’t perform that action at this time.
0 commit comments