Skip to content

Commit 47b4253

Browse files
committed
adding mono to action env downloads to fix linux failures
1 parent fc3c156 commit 47b4253

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/install-and-setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ runs:
4747
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: '6.x'
50+
- run: sudo apt-get install -y mono-devel
51+
if: runner.os == 'Linux'
52+
shell: 'bash'
5053

5154
- name: Setup Python3
5255
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)