Skip to content

Commit ceead6f

Browse files
committed
Try fixing Linux CI due to Microsoft bug
See dotnet/runtime#81395
1 parent 62f1d6f commit ceead6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
dotnet: [ '6.0.x' ]
2222

2323
steps:
24+
- name: Install dependencies
25+
run: sudo apt install -y mono
2426
- uses: actions/checkout@v3
2527
- name: Setup .NET
2628
id: dotnet-version

0 commit comments

Comments
 (0)