Skip to content

Commit

Permalink
adding mono to action env downloads to fix linux failures
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Dec 12, 2024
1 parent fc3c156 commit 47b4253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-and-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ runs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
- run: sudo apt-get install -y mono-devel
if: runner.os == 'Linux'
shell: 'bash'

- name: Setup Python3
uses: actions/setup-python@v5
Expand Down

0 comments on commit 47b4253

Please sign in to comment.