Skip to content

Commit

Permalink
scan-build -v
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenjoiner committed Jul 1, 2023
1 parent 5906ec5 commit 058d565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
sudo update-alternatives --install /usr/bin/lld lld ${LLD} 100
export CC=clang
export LD=lld
echo CC="clang" >> $GITHUB_ENV
echo LD="lld" >> $GITHUB_ENV
echo Configuring ...
aclocal
Expand All @@ -87,7 +88,7 @@ jobs:
if [ "${{runner.os}}" = "Windows" ]; then
cd codeblocks_win
fi
scan-build make
scan-build -v -v --keep-cc make
- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 058d565

Please sign in to comment.