Skip to content

Commit 0863683

Browse files
committed
troubleshooting bootstrap
1 parent 8e8e7ae commit 0863683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions_bootstrap.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ foreach ($module in $modulesToInstall) {
5050
RequiredVersion = $module.ModuleVersion
5151
Repository = 'PSGallery'
5252
SkipPublisherCheck = $true
53+
AllowClobber = $true
5354
Force = $true
5455
ErrorAction = 'Stop'
5556
}

0 commit comments

Comments
 (0)