From: Matthieu Date: Wed, 13 Oct 2021 10:26:36 +0000 (+0400) Subject: fix circleci X-Git-Tag: v0.1~56^2~20 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7ca13603a9a259522699ed4f5fc2ed79171b6c42;p=matthieu%2Fnova.git fix circleci --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 83b7226..df378f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ commands: - run: name: Add Bazel Apt repository command: | - nvm use 16 + nvm install --lts npm install -g @bazel/bazelisk - run: name: Install Bazel from Apt @@ -88,7 +88,7 @@ jobs: - bazel-cache-windows-{{ .Branch }} - run: name: "Build" - command: "bazelisk build //:packages" + command: "bazel build //:packages" - run: name: "Move artifacts" command: |