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 17b8d7c commit ccb360bCopy full SHA for ccb360b
.bazelci/presubmit.yml
@@ -101,7 +101,7 @@ tasks:
101
batch_commands:
102
- echo --- Downloading and installing Swift %SWIFT_VERSION%
103
- curl.exe -L https://download.swift.org/swift-%SWIFT_VERSION%-release/windows10/swift-%SWIFT_VERSION%-RELEASE/swift-%SWIFT_VERSION%-RELEASE-windows10.exe -o %TEMP%\installer.exe
104
- - start /b /wait %TEMP%\installer.exe -q || (exit /b)
+ - start /b /wait %TEMP%\installer.exe /install /quiet /norestart & echo %ERRORLEVEL%
105
<<: *windows_common
106
107
buildifier: latest
0 commit comments