We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9119787 commit 4478a47Copy full SHA for 4478a47
.github/workflows/linux.yaml
@@ -100,7 +100,7 @@ jobs:
100
- name: Install PHP APCu extension
101
run: |
102
printf "\n" | pecl install apcu
103
- 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
104
if: ${{ matrix.apcu }}
105
106
- name: Build
0 commit comments