Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd authored May 26, 2022
1 parent 35a91b9 commit aed01de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tasks:
batch_commands:
- echo --- Downloading and installing Swift %SWIFT_VERSION%
- 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
- start /b /wait %TEMP%\installer.exe /install /passive /norestart & echo %ERRORLEVEL%
- start /b /wait %TEMP%\installer.exe /install /passive /norestart /log log.txt & type log.txt
<<: *windows_common

buildifier: latest

0 comments on commit aed01de

Please sign in to comment.