Add libslirp to macos x86_64
This commit is contained in:
3
.github/workflows/cmake_macos.yml
vendored
3
.github/workflows/cmake_macos.yml
vendored
@@ -25,7 +25,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
macos13:
|
macos13-x86_64:
|
||||||
name: "${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64"
|
name: "${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64"
|
||||||
|
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
@@ -80,6 +80,7 @@ jobs:
|
|||||||
rtmidi
|
rtmidi
|
||||||
openal-soft
|
openal-soft
|
||||||
fluidsynth
|
fluidsynth
|
||||||
|
libslirp
|
||||||
${{ matrix.ui.packages }}
|
${{ matrix.ui.packages }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
3
.github/workflows/codeql_macos.yml
vendored
3
.github/workflows/codeql_macos.yml
vendored
@@ -25,7 +25,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
analyze-macos13:
|
analyze-macos13-x86_64:
|
||||||
|
|
||||||
name: "${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64"
|
name: "${{ matrix.ui.name }}, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, x86_64"
|
||||||
|
|
||||||
@@ -74,6 +74,7 @@ jobs:
|
|||||||
rtmidi
|
rtmidi
|
||||||
openal-soft
|
openal-soft
|
||||||
fluidsynth
|
fluidsynth
|
||||||
|
libslirp
|
||||||
${{ matrix.ui.packages }}
|
${{ matrix.ui.packages }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user