mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-17 13:51:30 -06:00
Don't install ninja. It's already there
This commit is contained in:
parent
553990a25e
commit
435d07cf5e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -230,7 +230,7 @@ jobs:
|
||||
- name: "Install system dependencies"
|
||||
run: |
|
||||
brew update
|
||||
brew install ninja nasm automake libtool
|
||||
brew install nasm automake libtool
|
||||
|
||||
- name: "Install molten-vk"
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user