Prevent platform builds failure
Don't count warnings if there's no build log.
This commit is contained in:
parent
c803db02aa
commit
bf614c61b7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/platforms.yml
vendored
1
.github/workflows/platforms.yml
vendored
|
@ -48,4 +48,5 @@ jobs:
|
|||
./scripts/build.sh -c gcc -t release
|
||||
|
||||
- name: Summarize warnings
|
||||
if: steps.repo-meta.outputs.has-commits == 'true'
|
||||
run: ./scripts/count-warnings.py --max-warnings -1 build.log
|
||||
|
|
Loading…
Add table
Reference in a new issue