File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ jobs:
383
383
if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
384
384
385
385
- name : Install dependencies
386
- run : brew install libomp yasm nasm pkg-config automake autoconf-archive
386
+ run : brew install libomp yasm nasm pkg-config automake autoconf-archive mono
387
387
388
388
- uses : lukka/get-cmake@latest
389
389
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ jobs:
290
290
- uses : actions/checkout@v4
291
291
292
292
- name : Install dependencies
293
- run : brew install libomp yasm nasm pkg-config automake autoconf-archive
293
+ run : brew install libomp yasm nasm pkg-config automake autoconf-archive mono
294
294
295
295
- uses : lukka/get-cmake@latest
296
296
You can’t perform that action at this time.
0 commit comments