Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Dec 17, 2020
1 parent 2340d5a commit 5f30a8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
- name: Install swoole extensions
timeout-minutes: 5
run: |
sudo pecl install -f swoole && php -m
sudo pecl install -f swoole
php -m
php --re swoole | grep class
# echo 'no' | pecl install -f redis
# sudo pecl update-channels && pecl install -f msgpack && pecl install -f igbinary && php -m

Expand Down

0 comments on commit 5f30a8e

Please sign in to comment.