mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
I was wrong found the setting that has it set to c++20 in cmake/macros
This commit is contained in:
2
.github/actions/build-tag-release/action.yml
vendored
2
.github/actions/build-tag-release/action.yml
vendored
@@ -72,7 +72,7 @@ runs:
|
||||
if: ${{ inputs.tag_release == 'true' }}
|
||||
shell: bash
|
||||
run: |
|
||||
cppcheck --force --inline-suppr --std=c++14 --output-file=report.txt /azerothcore/modules/${{ env.REPO_NAME }}
|
||||
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt /azerothcore/modules/${{ env.REPO_NAME }}
|
||||
if [ -s report.txt ]; then
|
||||
cat report.txt
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user