Skip to content

Commit 53b0a67

Browse files
committed
test2
1 parent 7c60109 commit 53b0a67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nugetTests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ 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-
export DOTNET_INSTALL_DIR="/usr/share/dotnet"
4443
4544
- name: Install .NET
4645
uses: actions/setup-dotnet@v4
46+
if: matrix.os == 'ubuntu'
47+
env:
48+
DOTNET_INSTALL_DIR: "/usr/share/dotnet"
4749
with:
4850
dotnet-version: '6.x'
4951

0 commit comments

Comments
 (0)