Skip to content

Commit

Permalink
Fix patch in php.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Feb 8, 2021
1 parent 7f23de8 commit b5d4ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
for i in $versions; do
if [ "$i" = "$version" ]; then
curl -o /tmp/php.sh -sSL https://raw.githubusercontent.com/actions/virtual-environments/main/images/linux/scripts/installers/php.sh
sed -i "s/\$(jq -r '.php.versions\[\]' \$toolset)/\"$version\"/" /tmp/php.sh
sed -i "s/^php_versions.*/php_versions=$version/" /tmp/php.sh
sed -i 's/php-/php$version-/' /tmp/php.sh
sed -i 's/php$version-pear/php-pear/' /tmp/php.sh
grep 'php_versions=' /tmp/php.sh
Expand Down

0 comments on commit b5d4ec1

Please sign in to comment.