From c8c2c1975efecd6b193b1bcefbc1802d351a7af0 Mon Sep 17 00:00:00 2001 From: Nick James Kirkby <20824939+driftregion@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:30:57 -0700 Subject: [PATCH] build iso14229 lib --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 3712087..08dd967 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: generate compile commands - run: bazel run //:lib_compile_commands + run: bazel build //:iso14229 && bazel run //:lib_compile_commands - uses: whisperity/codechecker-analysis-action@v1.0.4 id: codechecker