Skip to content

Commit d7132fd

Browse files
committed
+ config-true-async.yml
1 parent a937b63 commit d7132fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config-true-async.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- checkout
2929
- run:
30-
name: Install system dependencies (including libuv)
30+
name: Install system dependencies (including true async + libuv)
3131
command: |
3232
export DEBIAN_FRONTEND=noninteractive
3333
sudo apt-get update -y
@@ -77,7 +77,7 @@ jobs:
7777
libjpeg-dev \
7878
libpng-dev \
7979
libfreetype6-dev \
80-
libuv1-dev # <-- ДОБАВЛЕНО
80+
libuv1-dev
8181
- run:
8282
name: Download php-async (main) into ext/
8383
command: |

0 commit comments

Comments
 (0)