We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5910ec8 commit b0f4233Copy full SHA for b0f4233
.github/workflows/nugetTests.yml
@@ -41,6 +41,8 @@ jobs:
41
sudo apt-get update
42
sudo apt-get install -y mono-complete
43
echo "DOTNET_INSTALL_DIR=/usr/lib/dotnet" >> $GITHUB_ENV
44
+ echo "DOTNET_ROOT=/usr/lib/dotnet" >> $GITHUB_ENV
45
+ echo "/usr/lib/dotnet" >> $GITHUB_PATH
46
47
- name: Install .NET
48
uses: actions/setup-dotnet@v4
0 commit comments