Update Bazel on Windows

This commit is contained in:
Yannic Bonenberger 2019-08-07 17:50:31 +02:00
parent 6fd262ecf7
commit 800c9b3016

View File

@ -58,7 +58,7 @@ install:
# install Bazel
if ($env:build_system -eq "bazel") {
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.21.0/bazel-0.21.0-windows-x86_64.exe -FileName bazel.exe
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.28.1/bazel-0.28.1-windows-x86_64.exe -FileName bazel.exe
}
if ($env:build_system -eq "cmake") {