mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 10:46:03 -04:00
Macos ci fix (#476)
fixes a CI issue in OSX due to [PEP-668](https://peps.python.org/pep-0668/) pip3 was used to install meson and ninja build, pipx is a drop in replacement for this use case.
This commit is contained in:
commit
b737b3a202
4
.github/workflows/meson.yml
vendored
4
.github/workflows/meson.yml
vendored
@ -59,8 +59,8 @@ jobs:
|
||||
run: echo "${{matrix.config.extra_path}}" >> $GITHUB_PATH
|
||||
- name: install prerequisites
|
||||
run: |
|
||||
# asuming that python and pip are already installed
|
||||
pip3 install meson ninja
|
||||
# asuming that python and pipx are already installed
|
||||
pipx install meson ninja
|
||||
- name: setup meson project
|
||||
env: # set proper compilers and linkers for meson
|
||||
CC: ${{matrix.config.cc}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user