Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 18, 2024
1 parent 5ba1882 commit 6926e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang_static_analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:

- name: Configure CMake
run: >
scan-build-19 cmake ..
scan-build-19 cmake
-DCMAKE_BUILD_TYPE=Release
-S ${{ github.workspace }}
-S ${{ github.workspace }} ..
- name: Build
# Build your program with the given configuration.
Expand Down

0 comments on commit 6926e04

Please sign in to comment.