Skip to content

Commit 5f5f746

Browse files
committed
retry to use setup-dotnet
1 parent 7f49a02 commit 5f5f746

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
14-
- name: 'Install dotnet 3.1'
15-
shell: pwsh
16-
run: |
17-
(New-Object System.Net.WebClient).DownloadFile("https://dot.net/v1/dotnet-install.ps1", ".\dotnet-install.ps1")
18-
.\dotnet-install.ps1 -Version 3.1.32
14+
- uses: actions/setup-dotnet@v5
15+
with:
16+
dotnet-version: '3.1.x'
1917

2018
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
2119
uses: actions/cache@v4

0 commit comments

Comments
 (0)