Skip to content

Commit aafae87

Browse files
committed
#160 - Add debug output
1 parent 5f693eb commit aafae87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build-mac/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ runs:
3838
shell: bash
3939
run: |
4040
php --ini
41-
ls -la /opt/homebrew/etc/php
4241
cp ./modules/zephir_parser.so "$(php -r 'echo ini_get("extension_dir");')/zephir_parser.so"
4342
if [ "${{ matrix.ts }}" = "ts" ]; then
43+
ls -la /opt/homebrew/etc/php/${{ matrix.php }}-zts
4444
echo "extension=zephir_parser.so" > /opt/homebrew/etc/php/${{ matrix.php }}-zts/conf.d/ext-zephir_parser.ini
4545
else
46+
ls -la /opt/homebrew/etc/php/${{ matrix.php }}
4647
echo "extension=zephir_parser.so" > /opt/homebrew/etc/php/${{ matrix.php }}/conf.d/ext-zephir_parser.ini
4748
fi

0 commit comments

Comments
 (0)