Commit 46d123b
authored
ci(scalar): work around bug in
The bug that lets every single Scalar Functional Test run fail in the
`macos` matrix job 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.
Hard-coding the latest version seems to fix this.
Note: https://dotnet.microsoft.com/en-us/download/dotnet/3.1 says that
v3.1.426 is the latest. This site also says that .NET Core 3.1 is out of
support, and therefore it is unlikely that a different "latest" version
is going to materialize, like, ever.actions/setup-dotnet (#765)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments