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 03d07dc commit d07e992Copy full SHA for d07e992
.github/workflows/linux.yaml
@@ -98,7 +98,7 @@ jobs:
98
- name: Install PHP APCu extension
99
run: |
100
printf "\n" | pecl install apcu
101
- 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
102
if: ${{ matrix.apcu }}
103
104
- name: Build
0 commit comments