We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96be28c commit e78f24cCopy full SHA for e78f24c
1 file changed
.github/workflows/nightly.yml
@@ -883,7 +883,6 @@ jobs:
883
repository: phpredis/phpredis
884
path: redis
885
- name: git checkout xdebug
886
- if: false
887
uses: actions/checkout@v6
888
with:
889
repository: xdebug/xdebug
@@ -947,7 +946,6 @@ jobs:
947
946
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
948
make -j$(/usr/bin/nproc)
949
- name: build xdebug
950
951
run: |
952
cd xdebug
953
/opt/php/bin/phpize
0 commit comments