Skip to content

Commit 90675b2

Browse files
committed
Extract extension dependency builds with force
1 parent 995f93b commit 90675b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/BuildPhpExtension/private/Add-ExtensionDependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Function Add-ExtensionDependencies {
3333
Default {
3434
$url = "https://downloads.php.net/~windows/pecl/deps/$_"
3535
Invoke-WebRequest -Uri $url -OutFile $_ -UseBasicParsing
36-
Expand-Archive -Path $_ -DestinationPath "..\deps"
36+
Expand-Archive -Path $_ -DestinationPath "..\deps" -Force
3737
if(Test-Path "..\deps\LICENSE") {
3838
Rename-Item -Path "..\deps\LICENSE" -NewName "LICENSE.$library"
3939
}

0 commit comments

Comments
 (0)