We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c60109 commit 53b0a67Copy full SHA for 53b0a67
.github/workflows/nugetTests.yml
@@ -40,10 +40,12 @@ jobs:
40
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
41
sudo apt-get update
42
sudo apt-get install -y mono-complete
43
- export DOTNET_INSTALL_DIR="/usr/share/dotnet"
44
45
- name: Install .NET
46
uses: actions/setup-dotnet@v4
+ if: matrix.os == 'ubuntu'
47
+ env:
48
+ DOTNET_INSTALL_DIR: "/usr/share/dotnet"
49
with:
50
dotnet-version: '6.x'
51
0 commit comments