Skip to content

Commit b0f4233

Browse files
committed
Test workaround
1 parent 5910ec8 commit b0f4233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nugetTests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
sudo apt-get update
4242
sudo apt-get install -y mono-complete
4343
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
4446
4547
- name: Install .NET
4648
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)