Skip to content

Commit 90c41d0

Browse files
committed
ci(scalar): try to work around but in actions/setup-dotnet
The bug is actually dotnet/install-scripts#610 and it seems that _somehow_ the logic to determine the latest version is broken with cURL v8.14.0. Let's see whether hard-coding the latest version would fix this. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent bb90ec0 commit 90c41d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scalar-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Setup .NET Core
127127
uses: actions/setup-dotnet@v4
128128
with:
129-
dotnet-version: '3.1.x'
129+
dotnet-version: '3.1.32'
130130

131131
- name: Install dependencies
132132
run: dotnet restore

0 commit comments

Comments
 (0)