]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix the build command
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>
Wed, 4 Aug 2021 17:21:34 +0000 (21:21 +0400)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 17:21:34 +0000 (21:21 +0400)
.github/workflows/bazel-build.yml

index 03b2d1c1147272587516a999d72ff75d26f0bde6..e6325cd2cf8c2fd0d435f5abb49c222605a9a2d8 100644 (file)
@@ -41,7 +41,7 @@ jobs:
       # Runs a set of commands using the runners shell
       - name: Execute build script
         run: |
-           bazel //:gazelle 
+           bazel run //:gazelle 
            bazel build //...
       - name: Bazel artifacts
         uses: actions/upload-artifact@v2