How to use Nuke.Build to install a .NET Sdk in GitHub Actions?
- Basically, I try to use Nuke.Build to setup GitHub Actions to build and test a Blazor project. The project uses the .NET 8 preview SDK. So, I will need to install the new SDK somehow.
- But I don't know how to do it. I cannot find the instruction in the Nuke.Build documentation
Thank you for your help.