mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-24 14:34:05 +07:00
Fix to only copy problem-matchers configs to RUNNER_TOOL_CACHE
This commit is contained in:
@ -215,7 +215,7 @@ setup_php() {
|
||||
configure_php
|
||||
sudo rm -rf /usr/local/bin/phpunit >/dev/null 2>&1
|
||||
sudo chmod 777 "${ini_file[@]}" "$pecl_file" "${tool_path_dir:?}"
|
||||
sudo cp "$dist"/../src/configs/*.json "$RUNNER_TOOL_CACHE/"
|
||||
sudo cp "$dist"/../src/configs/pm/*.json "$RUNNER_TOOL_CACHE/"
|
||||
echo "::set-output name=php-version::$semver"
|
||||
add_log "${tick:?}" "PHP" "$status PHP $semver$extra_version"
|
||||
}
|
||||
|
Reference in New Issue
Block a user