CI: Ignore lang-check errors in lang stage

This commit is contained in:
Yuri D'Elia 2022-10-13 20:33:26 +02:00
parent c0b194795c
commit 9bfe480320
1 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,6 @@ cmake .. \
-DCMAKE_TOOLCHAIN_FILE="../cmake/AvrGcc.cmake" \
-DCMAKE_BUILD_TYPE=Release \
-G Ninja
ninja check_lang
# ignore all failures in order to show as much output as possible
ninja -k0 check_lang || true