Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 18, 2024
1 parent bf3b0e4 commit 86dd147
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/clang_static_analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:

- name: Configure CMake
run: >
scan-build-19 cmake -DCMAKE_BUILD_TYPE=Release -G"Unix Makefiles" ..
scan-build-19 cmake
-DCMAKE_BUILD_TYPE=Release
-G"Unix Makefiles"
-S ${{ github.workspace }}
Expand Down

0 comments on commit 86dd147

Please sign in to comment.