Skip to content

Commit 8f86638

Browse files
author
Pete Bishop
committed
Add debug flag
1 parent 676615d commit 8f86638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Build PHP
156156
run: |
157157
cd ../static-php-cli
158-
./bin/${{ env.SPC_BINARY }} build --build-cli "${{ env.PHP_EXTENSIONS }}" --with-libs="${{ env.PHP_LIBS }}"
158+
./bin/${{ env.SPC_BINARY }} build --build-cli "${{ env.PHP_EXTENSIONS }}" --with-libs="${{ env.PHP_LIBS }}" --debug
159159
cd ../php-bin
160160
161161
- name: Get built PHP version

0 commit comments

Comments
 (0)