Skip to content

Commit 6bc3fb5

Browse files
compnerdbrentleyjones
authored andcommitted
Update presubmit.yml
1 parent 69bb88d commit 6bc3fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tasks:
101101
batch_commands:
102102
- echo --- Downloading and installing Swift %SWIFT_VERSION%
103103
- 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 /install /passive /norestart & echo %ERRORLEVEL%
104+
- start /b /wait %TEMP%\installer.exe /install /passive /norestart /log log.txt & type log.txt
105105
<<: *windows_common
106106

107107
buildifier: latest

0 commit comments

Comments
 (0)