From 086046c1d12b4fe062259ddcb382d442aa231f84 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 13 Oct 2021 14:31:15 +0400 Subject: [PATCH] fix circleci --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.5