Fix the rtmidi dependency
This commit is contained in:
parent
54551fc6c4
commit
e7ae91ed59
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
${{ matrix.environment.prefix }}-zlib
|
${{ matrix.environment.prefix }}-zlib
|
||||||
${{ matrix.environment.prefix }}-libpng
|
${{ matrix.environment.prefix }}-libpng
|
||||||
${{ matrix.environment.prefix }}-libvncserver
|
${{ matrix.environment.prefix }}-libvncserver
|
||||||
${{ matrix.environment.prefix }}-winpthreads
|
${{ matrix.environment.prefix }}-rtmidi
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make
|
||||||
run: make -fwin/makefile.mingw -j DEV_BUILD=${{ matrix.dev-build }} NEW_DYNAREC=${{ matrix.new-dynarec }} X64=${{ matrix.environment.x64 }} VNC=n
|
run: make -fwin/makefile.mingw -j DEV_BUILD=${{ matrix.dev-build }} NEW_DYNAREC=${{ matrix.new-dynarec }} X64=${{ matrix.environment.x64 }} VNC=n
|
||||||
|
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
${{ matrix.environment.prefix }}-zlib
|
${{ matrix.environment.prefix }}-zlib
|
||||||
${{ matrix.environment.prefix }}-libpng
|
${{ matrix.environment.prefix }}-libpng
|
||||||
${{ matrix.environment.prefix }}-libvncserver
|
${{ matrix.environment.prefix }}-libvncserver
|
||||||
${{ matrix.environment.prefix }}-winpthreads
|
${{ matrix.environment.prefix }}-rtmidi
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: >-
|
run: >-
|
||||||
|
@ -9,6 +9,6 @@
|
|||||||
"libpng",
|
"libpng",
|
||||||
"openal-soft",
|
"openal-soft",
|
||||||
"sdl2",
|
"sdl2",
|
||||||
"pthreads"
|
"rtmidi"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user