mirror of https://github.com/cemu-project/Cemu.git
CI: Fix macOS build (#1291)
This commit is contained in:
parent
e551f8f524
commit
a6d8c0fb9f
|
@ -225,7 +225,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install llvm@15 ninja nasm automake libtool
|
brew install llvm@15 ninja nasm automake libtool
|
||||||
brew install cmake python3 ninja
|
brew install cmake ninja
|
||||||
|
|
||||||
- name: "Build and install molten-vk"
|
- name: "Build and install molten-vk"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue