Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zang3th committed Apr 25, 2024
1 parent 73f2b57 commit b3222ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build debug config
run: |
cmake -B ${{github.workspace}}/Build_Debug_PVS -D CMAKE_BUILD_TYPE=Debug -D CMAKE_CXX_FLAGS="-g" -D CMAKE_EXPORT_COMPILE_COMMANDS=On
cmake --build ${{github.workspace}}/Build_Debug -j
cmake --build ${{github.workspace}}/Build_Debug_PVS -j
- name: Analyze debug config
run: |
Expand Down

0 comments on commit b3222ab

Please sign in to comment.