Skip to content

Commit 6186a6f

Browse files
authored
Update dotnet.yml
1 parent 3486647 commit 6186a6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
dotnet-version: 8.0.x
2626

27+
- name: Install Mono
28+
run: |
29+
sudo apt update
30+
sudo apt install -y mono-complete
31+
2732
- name: Cache NuGet packages
2833
uses: actions/cache@v3
2934
with:

0 commit comments

Comments
 (0)