Skip to content

Commit f6f68d0

Browse files
committed
Use path specific to GHA
1 parent 8e46746 commit f6f68d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-extensions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install_tideways_xhprof() {
4646

4747
zts=$(php --version | grep -q ZTS && echo -zts || :)
4848
library="$PWD/tideways_xhprof-$version/tideways_xhprof-$PHP_VERSION$zts.so"
49-
config="$HOME/.phpenv/versions/$PHP_VERSION/etc/conf.d/tideways_xhprof.ini"
49+
config="/etc/php/$PHP_VERSION/cli/conf.d/10-tideways_xhprof.ini"
5050
test -f "$library" || die "Extension not available: $library"
5151
echo "extension=$library" > "$config"
5252
has_extension "$extension"

0 commit comments

Comments
 (0)