We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6007b6d commit 5018feaCopy full SHA for 5018fea
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Prepare environment
24
run: |
25
python3 -m pip install --upgrade pip setuptools wheel
26
- pip3 install meson ninja
+ sudo pip3 install meson ninja
27
sudo apt-get update -y
28
sudo apt-get install -y libgtk-3-dev xvfb
29
git clone https://github.com/ardillo-php/ext.git
0 commit comments