Skip to content

Commit a73564c

Browse files
authored
perhaps git-bash is not the right exe...
1 parent 96ecae0 commit a73564c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-wheel-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
# Self-extracting, see https://gitforwindows.org/zip-archives-extracting-the-released-archives.html
110110
Start-Process .\PortableGit.7z.exe -Wait -Verbose -ArgumentList '-y -gm2'
111111
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"
115115
bash --version
116116
117117
- name: Download cuda-python & cuda.bindings build artifacts from the prior branch

0 commit comments

Comments
 (0)