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