Skip to content

Commit 99a28f9

Browse files
committed
#160 - Add debug command
1 parent 207c810 commit 99a28f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runs:
3737
- name: Enable Zephir Parser
3838
shell: bash
3939
run: |
40+
php --ini
4041
cp ./modules/zephir_parser.so "$(php -r 'echo ini_get("extension_dir");')/zephir_parser.so"
4142
if [ "${{ matrix.ts }}" = "ts" ]; then
4243
echo "extension=zephir_parser.so" > /usr/local/etc/php/${{ matrix.php }}-zts/conf.d/ext-zephir_parser.ini

0 commit comments

Comments
 (0)