We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a920d commit 0552348Copy full SHA for 0552348
.github/actions/build-mac/action.yml
@@ -38,6 +38,7 @@ runs:
38
shell: bash
39
run: |
40
php --ini
41
+ ls -la /opt/homebrew/etc/php
42
cp ./modules/zephir_parser.so "$(php -r 'echo ini_get("extension_dir");')/zephir_parser.so"
43
if [ "${{ matrix.ts }}" = "ts" ]; then
44
echo "extension=zephir_parser.so" > /opt/homebrew/etc/php/${{ matrix.php }}-zts/conf.d/ext-zephir_parser.ini
0 commit comments