mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Added build caching
This commit is contained in:
@@ -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' }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user