Remove ninja as a dependency. It is already installed

This commit is contained in:
shinra-electric 2026-01-27 13:46:13 +00:00
parent e1a2cd1bd0
commit e3c1b60669

View File

@ -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: |