Skip to content

Commit

Permalink
next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed May 15, 2024
1 parent 98501a7 commit e6c6651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ucto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
cpc_opts="--enable=warning,style --inline-suppr --force -I include -I /usr/local/include --quiet --error-exitcode=0"
else
cpc_opts="--enable=warning,style --inline-suppr --force -I include --check-level=exhaustive -i /usr/local/include/libexttextcat --quiet --error-exitcode=0"
cpc_opts="--enable=warning,style --inline-suppr --force -I include --check-level=exhaustive --suppress=*:/usr/local/include/libexttextcat/* --quiet --error-exitcode=0"
fi
echo "cpc_opts=$cpc_opts" >> $GITHUB_ENV
Expand Down

0 comments on commit e6c6651

Please sign in to comment.