Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Dec 30, 2024
1 parent 7c60109 commit 53b0a67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nugetTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ 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
export DOTNET_INSTALL_DIR="/usr/share/dotnet"
- name: Install .NET
uses: actions/setup-dotnet@v4
if: matrix.os == 'ubuntu'
env:
DOTNET_INSTALL_DIR: "/usr/share/dotnet"
with:
dotnet-version: '6.x'

Expand Down

0 comments on commit 53b0a67

Please sign in to comment.