Skip to content

Commit

Permalink
Only update inside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Oct 27, 2023
1 parent 312303e commit edb0046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export PYTHON_BIN_PATH=`which $PYTHON`

if [[ $(uname) == "Linux" ]]; then
curl -sSOL https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-linux-amd64
mv bazelisk-linux-amd64 /usr/local/bin/bazel
chmod +x /usr/local/bin/bazel
echo mv bazelisk-linux-amd64 /usr/local/bin/bazel
echo chmod +x /usr/local/bin/bazel
fi

bazel version
Expand Down

0 comments on commit edb0046

Please sign in to comment.