There was an error while loading. Please reload this page.
1 parent dc64248 commit 8c1301eCopy full SHA for 8c1301e
1 file changed
.github/actions/analysis/coverity/action.yml
@@ -117,8 +117,8 @@ runs:
117
118
# Configure Coverity for gcc/g++/cc (template covers all variants)
119
$HOME/coverity/bin/cov-configure --gcc
120
- # Also configure 'cc' explicitly since meson uses /usr/bin/cc
121
- $HOME/coverity/bin/cov-configure --compiler /usr/bin/cc --comptype gcc --template
+ # Also configure 'cc' explicitly since meson uses cc
+ $HOME/coverity/bin/cov-configure --compiler cc --comptype gcc --template
122
123
# Clean and setup meson build directory
124
rm -rf build coverity_output
0 commit comments