File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ jobs:
109
109
# Self-extracting, see https://gitforwindows.org/zip-archives-extracting-the-released-archives.html
110
110
Start-Process .\PortableGit.7z.exe -Wait -Verbose -ArgumentList '-y -gm2'
111
111
ls -l PortableGit
112
- New-Item -Path PortableGit\bash.exe -ItemType SymbolicLink -Value PortableGit\git-bash.exe
113
- echo "$((Get-Location).Path)\\PortableGit" >> $env:GITHUB_PATH
114
- $env:Path += ";$((Get-Location).Path)\\PortableGit"
112
+ # New-Item -Path PortableGit\bash.exe -ItemType SymbolicLink -Value PortableGit\git-bash.exe
113
+ echo "$((Get-Location).Path)\\PortableGit\\bin " >> $env:GITHUB_PATH
114
+ $env:Path += ";$((Get-Location).Path)\\PortableGit\\bin "
115
115
bash --version
116
116
117
117
- name : Download cuda-python & cuda.bindings build artifacts from the prior branch
You can’t perform that action at this time.
0 commit comments