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 9de21fa commit 06de342Copy full SHA for 06de342
extension/BuildPhpExtension/private/Add-PhpDependencies.ps1
@@ -36,7 +36,7 @@ Function Add-PhpDependencies {
36
}
37
$file = $matchesFound.Matches[0].Value.Trim()
38
Get-File -Url "$phpBaseUrl/$($Config.vs_version)/$($Config.arch)/$file" -OutFile $library
39
- Expand-Archive $library "../deps"
+ Expand-Archive $library "../deps" -Force
40
Add-BuildLog tick "$library" "Added $($file -replace '\.zip$')"
41
} catch {
42
Add-BuildLog cross "$library" "Failed to download $library"
0 commit comments