We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4380f commit 20648f7Copy full SHA for 20648f7
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
cd ${{ github.workspace }}/php-build
47
./install-dependencies.sh
48
- PHP_BUILD_ZTS_ENABLE=${{ matrix.zts }} ./bin/php-build ${{ matrix.php }} ${{ github.workspace}}/php
+ PHP_BUILD_ZTS_ENABLE=${{ matrix.zts }} ./bin/php-build ${{ matrix.php }} ${{ github.workspace }}/php
49
50
- name: Install extension
51
@@ -54,6 +54,7 @@ jobs:
54
./configure --with-php-config=${{ github.workspace }}/php/bin/php-config
55
make -j8 install
56
echo "extension=ds.so" > ${{ github.workspace }}/php/etc/conf.d/ds.ini
57
+ rm ${{ github.workspace }}/php/etc/conf.d/xdebug.ini || true
58
59
- name: Prefix PHP to PATH
60
run: echo "${{ github.workspace }}/php/bin" >> $GITHUB_PATH
0 commit comments