mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Remove errors ignore command
This commit is contained in:
@@ -31,10 +31,9 @@ Write-Host "Starting msys2 extraction"
|
||||
Remove-Item $msys2File
|
||||
Write-Host "Finished extraction"
|
||||
|
||||
# Add msys2 bin tools folders to PATH
|
||||
$env:PATH = "C:\msys64\mingw64\bin;C:\msys64\usr\bin;$origPath"
|
||||
|
||||
$ErrorActionPreference = "Continue"
|
||||
|
||||
Write-Host "bash -c pacman-key --init"
|
||||
Invoke-Expression "bash -c `"pacman-key --init`""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user