Added build caching

This commit is contained in:
CptMoore
2024-02-04 10:48:02 +01:00
committed by CptMoore
parent 32cae66229
commit 27db22b96f
2 changed files with 21 additions and 2 deletions
+2
View File
@@ -169,6 +169,8 @@ jobs:
with:
language: ${{ matrix.language }}
assemble: ${{ needs.workflow_setup.outputs.assemble_release == 'true' }}
# TODO check if English and German build faster for code changes on master, if not remove caching
build-cache-enabled: ${{ matrix.language == 'English' || matrix.language == 'German' }}
# at least English and some other lang have to work
continue-on-error: ${{ matrix.language != 'English' && matrix.language != 'German' }}