diff options
| -rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index df378f1..10e4104 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,7 @@ commands: - run: name: Add Bazel Apt repository command: | - nvm install --lts - npm install -g @bazel/bazelisk + go get github.com/bazelbuild/bazelisk - run: name: Install Bazel from Apt command: sudo apt update && sudo apt install bazel |
