We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f63acf commit 8db99f3Copy full SHA for 8db99f3
.github/workflows/ci.yml
@@ -99,6 +99,8 @@ jobs:
99
shell: cmd
100
run: |
101
python -m pip install six
102
+ echo Removing broken version of Bash from WSL
103
+ rm.exe "C:/WINDOWS/system32/bash.EXE"
104
echo Removing some unused stuff to avoid running out of disk space
105
rm.exe -Rf "C:/Program Files (x86)/Android" "C:/Program Files/dotnet" "%CONDA%" "%GOROOT_1_10_X64%" "%GOROOT_1_11_X64%" "%GOROOT_1_12_X64%" "%GOROOT_1_13_X64%" "C:\hostedtoolcache\windows\Ruby" "C:\Rust"
106
echo Removing old versions of MSVC that interfere with Bazel
@@ -129,6 +131,7 @@ jobs:
129
131
set "TEMP=C:\tmp"
130
132
set "TMP=C:\tmp"
133
mkdir C:\tmp
134
+ bash --version
135
git --version
136
cl
137
call mvn -version
0 commit comments