Skip to content

Commit afe5022

Browse files
Install mono on macos gh-actions machines
1 parent b863895 commit afe5022

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
if: runner.os == 'Linux'
5151
run: sudo apt-get install -y mono-devel
5252

53+
- name: Setup Mono on macOS
54+
if: runner.os == 'macOS'
55+
run: brew install mono
56+
5357
- name: Set up Node.js
5458
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
5559
with:

0 commit comments

Comments
 (0)