Merge pull request #813 from kiwix/commented-out-ninja-install-macos

Comment-out ninja install for macOS
This commit is contained in:
Kelson 2025-04-16 12:43:22 +02:00 committed by GitHub
commit 77592b12ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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