Fix Bazel at 4.1.0

The installer for the prerelease version is busted:
  https://github.com/bazelbuild/bazel/issues/13791
pull/13171/head
Joshua Haberman 4 years ago
parent 41bfbca375
commit c2f2e93990
  1. 2
      kokoro/ubuntu/build.sh

@ -29,7 +29,7 @@ set -ex
# Install the latest version of Bazel.
if [ -x "$(command -v use_bazel.sh)" ]; then
use_bazel.sh latest
use_bazel.sh 4.1.0
fi
# Verify/query CMake

Loading…
Cancel
Save