Skip to content

Commit c892fba

Browse files
committed
add mono on osx actions runners
1 parent d62491d commit c892fba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
384384

385385
- 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
387387

388388
- uses: lukka/get-cmake@latest
389389

.github/workflows/on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
- uses: actions/checkout@v4
291291

292292
- 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
294294

295295
- uses: lukka/get-cmake@latest
296296

0 commit comments

Comments
 (0)