mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
ci/macos: install meson
This commit is contained in:
parent
b0f6a0e039
commit
673f15f3ce
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -40,8 +40,14 @@ jobs:
|
||||
xcodebuild -version
|
||||
xcode-select -p
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --disable-pip-version-check meson ruamel.yaml
|
||||
wget -O ninjatracing.zip https://github.com/nico/ninjatracing/archive/a669e3644cf22b29cbece31dbed2cfbf34e5f48e.zip
|
||||
unzip -j ninjatracing.zip '*/ninjatracing'
|
||||
install -m755 ninjatracing /usr/local/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user