Skip to content

Commit efe169e

Browse files
committed
Set proper build environment for Mono on macOS
1 parent 7acdc1b commit efe169e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
PYTHONNET_SHUTDOWN_MODE: ${{ matrix.SHUTDOWN_MODE }}
2020

2121
steps:
22+
- name: Set Environment on macOS
23+
uses: maxim-lobanov/setup-xamarin@v1
24+
if: ${{ matrix.os == 'macos' }}
25+
with:
26+
mono-version: latest
27+
2228
- name: Checkout code
2329
uses: actions/checkout@v2
2430

0 commit comments

Comments
 (0)