Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Dec 30, 2024
1 parent dfcd15e commit 5910ec8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nugetTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt-get update
sudo apt-get install -y mono-complete
# Fixes https://github.com/actions/setup-dotnet/issues/554
echo "DOTNET_INSTALL_DIR="/usr/lib/dotnet" >> $GITHUB_ENV
echo "DOTNET_INSTALL_DIR=/usr/lib/dotnet" >> $GITHUB_ENV
- name: Install .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 5910ec8

Please sign in to comment.