Googletest export

Fixes AppVeyor by upgrading to Bazel 3.6.0

PiperOrigin-RevId: 336887434
pull/3060/head
dmauro 4 years ago committed by Derek Mauro
parent 6abcfac2f2
commit b55f834c57
  1. 2
      appveyor.yml

@ -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") {

Loading…
Cancel
Save