mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 11:51:07 +07:00
Add flag to skip checksum if it fails
This commit is contained in:
parent
4dba50d3af
commit
929f9cd52d
@ -53,6 +53,7 @@ catch {
|
||||
try {
|
||||
Update-PhpCAInfo -Path $php_dir -Source Curl
|
||||
} catch {
|
||||
Update-PhpCAInfo -Path $php_dir -Source Curl -SkipChecksumCheck
|
||||
}
|
||||
}
|
||||
if ([Version]$installed.Version -ge '7.4') {
|
||||
|
Loading…
Reference in New Issue
Block a user