looks like meson must be installed with sudo for ci

This commit is contained in:
John Cupitt 2022-02-18 11:09:39 +00:00
parent 504cea50a5
commit 0388e54bd2
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
- name: Install recent meson
if: runner.os == 'Linux'
run:
pip3 install meson --verbose --verbose
sudo pip3 install meson
- name: Install macOS dependencies
if: runner.os == 'macOS'