mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -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
|
run: echo "${{matrix.config.extra_path}}" >> $GITHUB_PATH
|
||||||
- name: install prerequisites
|
- name: install prerequisites
|
||||||
run: |
|
run: |
|
||||||
# asuming that python and pip are already installed
|
# asuming that python and pipx are already installed
|
||||||
pip3 install meson ninja
|
pipx install meson ninja
|
||||||
- name: setup meson project
|
- name: setup meson project
|
||||||
env: # set proper compilers and linkers for meson
|
env: # set proper compilers and linkers for meson
|
||||||
CC: ${{matrix.config.cc}}
|
CC: ${{matrix.config.cc}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user