We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a937b63 commit d7132fdCopy full SHA for d7132fd
.circleci/config-true-async.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- checkout
29
- run:
30
- name: Install system dependencies (including libuv)
+ name: Install system dependencies (including true async + libuv)
31
command: |
32
export DEBIAN_FRONTEND=noninteractive
33
sudo apt-get update -y
@@ -77,7 +77,7 @@ jobs:
77
libjpeg-dev \
78
libpng-dev \
79
libfreetype6-dev \
80
- libuv1-dev # <-- ДОБАВЛЕНО
+ libuv1-dev
81
82
name: Download php-async (main) into ext/
83
0 commit comments