looks like meson must be installed with sudo for ci
This commit is contained in:
parent
504cea50a5
commit
0388e54bd2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Install recent meson
|
- name: Install recent meson
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run:
|
run:
|
||||||
pip3 install meson --verbose --verbose
|
sudo pip3 install meson
|
||||||
|
|
||||||
- name: Install macOS dependencies
|
- name: Install macOS dependencies
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
Loading…
Reference in New Issue
Block a user