actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
919 stars 452 forks source link

Explicity set installation path #498

Open jasoncouture opened 5 months ago

jasoncouture commented 5 months ago

Description: Github actions tool guidelines is to use the worker tool cache, instead of system-wide install path. Not doing so results in installation failures on self hosted runners.

A successful self-hosted runner run can be found here: https://github.com/jasoncouture/dhcpr/actions/runs/7509545156/job/20446802058

Related issue:

360

Check list: