Googletest export

Fixes AppVeyor by upgrading to Bazel 3.6.0

PiperOrigin-RevId: 336887434
This commit is contained in:
dmauro
2020-10-14 18:26:06 -04:00
committed by Derek Mauro
parent 6abcfac2f2
commit b55f834c57
+1 -1
View File
@@ -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") {