Skip to content

Commit 5910ec8

Browse files
committed
Syntax
1 parent dfcd15e commit 5910ec8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nugetTests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
4141
sudo apt-get update
4242
sudo apt-get install -y mono-complete
43-
# Fixes https://github.com/actions/setup-dotnet/issues/554
44-
echo "DOTNET_INSTALL_DIR="/usr/lib/dotnet" >> $GITHUB_ENV
43+
echo "DOTNET_INSTALL_DIR=/usr/lib/dotnet" >> $GITHUB_ENV
4544
4645
- name: Install .NET
4746
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)