Skip to content

Commit 538e790

Browse files
committed
Fix randomic CI failure for Windows
1 parent 726de3d commit 538e790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.taskcluster.yml

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ tasks:
140140
- set CARGO_PATH=%USERPROFILE%\.cargo\bin
141141
- set PATH=%RUSTUP_INIT_PATH%;%CARGO_PATH%;%VSWHERE%;%PATH%
142142
- set VSWHERE_CMD=vswhere -latest -products * -find %VS_BINS%
143+
- set CURL_SSL_BACKEND=openssl
143144
- FOR /F "tokens=*" %%o IN ('%VSWHERE_CMD%') do (SET LIB_PATH=%%o)
144145
- set PATH=%LIB_PATH%;%PATH%
145146
- rustup-init -yv --default-toolchain stable ^

0 commit comments

Comments
 (0)