Skip to content

Commit 20648f7

Browse files
authored
Nix debug
1 parent ed4380f commit 20648f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
cd ${{ github.workspace }}/php-build
4747
./install-dependencies.sh
48-
PHP_BUILD_ZTS_ENABLE=${{ matrix.zts }} ./bin/php-build ${{ matrix.php }} ${{ github.workspace}}/php
48+
PHP_BUILD_ZTS_ENABLE=${{ matrix.zts }} ./bin/php-build ${{ matrix.php }} ${{ github.workspace }}/php
4949
5050
- name: Install extension
5151
run: |
@@ -54,6 +54,7 @@ jobs:
5454
./configure --with-php-config=${{ github.workspace }}/php/bin/php-config
5555
make -j8 install
5656
echo "extension=ds.so" > ${{ github.workspace }}/php/etc/conf.d/ds.ini
57+
rm ${{ github.workspace }}/php/etc/conf.d/xdebug.ini || true
5758
5859
- name: Prefix PHP to PATH
5960
run: echo "${{ github.workspace }}/php/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)