Skip to content
Snippets Groups Projects
Verified Commit 03800d3b authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Hardcode C:\ in windows bootstrap script

parent a47304e5
No related branches found
No related tags found
No related merge requests found
Pipeline #36504 passed with warnings
......@@ -93,7 +93,7 @@ function Get-FileWCSynchronous{
$ErrorActionPreference = 'Stop'
$GhcupDir = "$env:HOMEDRIVE\ghcup"
$GhcupDir = "C:\ghcup"
$MsysDir = ('{0}\msys64' -f $GhcupDir)
$Bash = ('{0}\usr\bin\bash' -f $MsysDir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment