Skip to content

Commit ef55fa3

Browse files
committed
semaphore: install meson & ninja system-wide
1 parent 63ae330 commit ef55fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/semaphore-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set -eu
3737
python3-wheel \
3838
python-sphinx \
3939
"${DEVPKGS[@]}"
40-
python3.6 -m pip install --user meson ninja
40+
sudo python3.6 -m pip install meson ninja
4141
)
4242

4343
echo

0 commit comments

Comments
 (0)