We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65734c commit f9fde86Copy full SHA for f9fde86
1 file changed
.github/workflows/linux.yaml
@@ -74,7 +74,7 @@ jobs:
74
- name: Install PHP APCu extension
75
run: |
76
printf "\n" | pecl install apcu
77
- echo 'extension=apcu.so' > $(php --ini | grep 'Scan for' | sed 's|.* \(/.*\)$|\1|')/apcu.ini
+ echo 'extension=apcu.so' > $(php --ini | grep 'Scan for' | sed -e 's/"//g' -e 's|.* \(/.*\)$|\1|')/apcu.ini
78
if: ${{ matrix.apcu }}
79
80
- name: Build
0 commit comments