Skip to content

Commit

Permalink
修复每日测试的 Swoole 编译
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Jun 9, 2024
1 parent b6c8335 commit aa16a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/php.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG SWOOLE_VERSION
COPY script/ /tmp/script

RUN set -eux \
&& apt-get update && apt-get -y install procps libpq-dev unzip git libzip-dev libevent-dev libssl-dev libicu-dev libc-ares-dev libcurl4-openssl-dev unixodbc-dev libsqlite3-dev \
&& apt-get update && apt-get -y install procps libpq-dev unzip git libzip-dev libevent-dev libssl-dev libicu-dev libc-ares-dev libcurl4-openssl-dev unixodbc-dev libsqlite3-dev libbrotli-dev \
&& docker-php-ext-install -j$(nproc) bcmath mysqli pdo_mysql pdo_pgsql pcntl sockets intl zip \
&& (php --ri redis || (pecl install redis && docker-php-ext-enable redis)) \
&& pecl install inotify \
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/daily-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ on:
push:
paths:
- ".github/workflows/daily-test.yml"
- ".github/docker-compose.yml"
- ".github/php.dockerfile"
- ".github/actions/ci-prepare"
pull_request:
paths:
- ".github/workflows/daily-test.yml"
- ".github/docker-compose.yml"
- ".github/php.dockerfile"
- ".github/actions/ci-prepare"

jobs:
daily-test-3_0:
Expand Down

0 comments on commit aa16a31

Please sign in to comment.