-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix linux for ninja and dotnet checkups #208
base: main
Are you sure you want to change the base?
Conversation
541b793
to
baab7d6
Compare
…tall missing dotnet versions on Linux
baab7d6
to
174cc02
Compare
ce75b8b
to
92ad5db
Compare
…if script installing
@jeromelaban I came around to this PR and finally found the problem. We were using the pre-existing dotnet installation (net3.0 in CI I think) instead of the newly installed version (net8) to search for and install the templates. Linux and macOS are now passing, but Windows is giving me
It's highly unlikely that this PR had something to do with that, so could you take a look? Might this be about CI's windows version being below the minimum needed for net8? |
@ramezgerges it's likely that this PR is causing this issue, as the very recent PRs from two days ago don't have this issue. We'll have to look again at the code executed for the .NET installation on windows. |
No description provided.