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 207c810 commit 99a28f9Copy full SHA for 99a28f9
.github/actions/build-mac/action.yml
@@ -37,6 +37,7 @@ runs:
37
- name: Enable Zephir Parser
38
shell: bash
39
run: |
40
+ php --ini
41
cp ./modules/zephir_parser.so "$(php -r 'echo ini_get("extension_dir");')/zephir_parser.so"
42
if [ "${{ matrix.ts }}" = "ts" ]; then
43
echo "extension=zephir_parser.so" > /usr/local/etc/php/${{ matrix.php }}-zts/conf.d/ext-zephir_parser.ini
0 commit comments