Skip to content

Commit 5018fea

Browse files
committed
💚 Tidy up CI
1 parent 6007b6d commit 5018fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Prepare environment
2424
run: |
2525
python3 -m pip install --upgrade pip setuptools wheel
26-
pip3 install meson ninja
26+
sudo pip3 install meson ninja
2727
sudo apt-get update -y
2828
sudo apt-get install -y libgtk-3-dev xvfb
2929
git clone https://github.com/ardillo-php/ext.git

0 commit comments

Comments
 (0)