]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix circleci
authorMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 10:26:36 +0000 (14:26 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 10:26:36 +0000 (14:26 +0400)
.circleci/config.yml

index 83b7226f55d9c416291c6e991087ab04c9631cfa..df378f1488503f846eec7c9c95ad494f208ce7bb 100644 (file)
@@ -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: |