mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-12 03:11:27 -06:00
Remove ninja as a dependency. It is already installed
This commit is contained in:
parent
e1a2cd1bd0
commit
e3c1b60669
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -224,7 +224,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