File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 - name : Checkout repository
1515 uses : actions/checkout@v4
1616
17- - name : Install .NET 9
17+ - name : Install .NET 10
1818 uses : actions/setup-dotnet@v4
1919 with :
20- dotnet-version : ' 9 .0.x'
20+ dotnet-version : ' 10 .0.x'
2121
2222 - name : Install cogs dotnet tool
23- run : dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
23+ run : dotnet tool install --global cogs
2424
2525 - name : Set up python
2626 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 - name : Checkout repository
1818 uses : actions/checkout@v4
1919
20- - name : Install .NET 9
20+ - name : Install .NET 10
2121 uses : actions/setup-dotnet@v4
2222 with :
23- dotnet-version : ' 9 .0.x'
23+ dotnet-version : ' 10 .0.x'
2424
2525 - name : Install cogs dotnet tool
26- run : dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
26+ run : dotnet tool install --global cogs
2727
2828 - name : Set up python
2929 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments