mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-09-01 15:36:30 -04:00
use pipx instead of pip3
pip3 have a warning regarding package breackage, as pip is used to install final applications pipx can be used as an drop-in replacement
This commit is contained in:
parent
bcb4c78fed
commit
7fa2536cf6
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