We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29551a3 commit edb7d4bCopy full SHA for edb7d4b
.github/workflows/linux.yaml
@@ -70,7 +70,7 @@ jobs:
70
- name: Install PHP APCu extension
71
run: |
72
printf "\n" | pecl install apcu
73
- 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
74
if: ${{ matrix.apcu }}
75
76
- name: Build
0 commit comments