Skip to content

Commit

Permalink
scan-build -k -v -v -v
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenjoiner committed Jul 1, 2023
1 parent 40e914f commit 5ae8d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
cd codeblocks_win
fi
# scan-build overwrites `CC` and `CXX`, but adopts `CCC_CC` and `CCC_CXX`.
CCC_CC=clang scan-build -k -v -v make
CCC_CC=clang scan-build -k -v -v -v make
- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5ae8d98

Please sign in to comment.