Skip to content

Commit 0552348

Browse files
committed
#160 - Add configuration files for PHP project and update action.yml
1 parent 41a920d commit 0552348

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
@@ -38,6 +38,7 @@ runs:
3838
shell: bash
3939
run: |
4040
php --ini
41+
ls -la /opt/homebrew/etc/php
4142
cp ./modules/zephir_parser.so "$(php -r 'echo ini_get("extension_dir");')/zephir_parser.so"
4243
if [ "${{ matrix.ts }}" = "ts" ]; then
4344
echo "extension=zephir_parser.so" > /opt/homebrew/etc/php/${{ matrix.php }}-zts/conf.d/ext-zephir_parser.ini

0 commit comments

Comments
 (0)