File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -834,12 +834,12 @@ jobs:
834834 repository : php-memcached-dev/php-memcached
835835 path : memcached
836836 - name : git checkout redis
837+ if : ${{ false }}
837838 uses : actions/checkout@v6
838839 with :
839840 repository : phpredis/phpredis
840841 path : redis
841842 - name : git checkout xdebug
842- if : false
843843 uses : actions/checkout@v6
844844 with :
845845 repository : xdebug/xdebug
@@ -895,13 +895,13 @@ jobs:
895895 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
896896 make -j$(/usr/bin/nproc)
897897 - name : build redis
898+ if : ${{ false }}
898899 run : |
899900 cd redis
900901 /opt/php/bin/phpize
901902 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
902903 make -j$(/usr/bin/nproc)
903904 - name : build xdebug
904- if : false
905905 run : |
906906 cd xdebug
907907 /opt/php/bin/phpize
You can’t perform that action at this time.
0 commit comments