Skip to content

Commit

Permalink
Test workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Dec 30, 2024
1 parent 5910ec8 commit b0f4233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nugetTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y mono-complete
echo "DOTNET_INSTALL_DIR=/usr/lib/dotnet" >> $GITHUB_ENV
echo "DOTNET_ROOT=/usr/lib/dotnet" >> $GITHUB_ENV
echo "/usr/lib/dotnet" >> $GITHUB_PATH
- name: Install .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit b0f4233

Please sign in to comment.