We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb4c78 commit 7fa2536Copy full SHA for 7fa2536
.github/workflows/meson.yml
@@ -59,8 +59,8 @@ jobs:
59
run: echo "${{matrix.config.extra_path}}" >> $GITHUB_PATH
60
- name: install prerequisites
61
run: |
62
- # asuming that python and pip are already installed
63
- pip3 install meson ninja
+ # asuming that python and pipx are already installed
+ pipx install meson ninja
64
- name: setup meson project
65
env: # set proper compilers and linkers for meson
66
CC: ${{matrix.config.cc}}
0 commit comments