Commit b55f834c authored by dmauro's avatar dmauro Committed by Derek Mauro
Browse files

Googletest export

Fixes AppVeyor by upgrading to Bazel 3.6.0

PiperOrigin-RevId: 336887434
parent 6abcfac2
......@@ -60,7 +60,7 @@ install:
# install Bazel
if ($env:build_system -eq "bazel") {
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.28.1/bazel-0.28.1-windows-x86_64.exe -FileName bazel.exe
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/3.6.0/bazel-3.6.0-windows-x86_64.exe -FileName bazel.exe
}
if ($env:build_system -eq "cmake") {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment