Comment-out ninja install for macOS

This commit is contained in:
Emmanuel Engelhart 2025-04-16 12:09:16 +02:00
parent 8780b994a3
commit e67295a3d0
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ jobs:
python-version: '3.10'
- name: Install packages
run:
brew install ninja automake
brew install automake # ninja
- name: Install python modules
run: |
pip3 install meson pytest requests distro

View File

@ -239,7 +239,7 @@ jobs:
python-version: '3.10'
- name: Install packages
run:
brew install ninja automake
brew install automake # ninja
- name: Install python modules
run: |
pip3 install meson pytest requests distro paramiko