Skip to content

Commit be2040e

Browse files
committed
semaphore: install meson & ninja system-wide
1 parent f417ad0 commit be2040e

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
@@ -35,7 +35,7 @@ set -eu
3535
python3-wheel \
3636
python-sphinx \
3737
"${DEVPKGS[@]}"
38-
python3.6 -m pip install --user meson ninja
38+
sudo python3.6 -m pip install meson ninja
3939
)
4040

4141
echo

0 commit comments

Comments
 (0)