feat: add 'use-sccache' input to build workflows for improved caching options

This commit is contained in:
mr. M
2025-04-01 19:34:31 +02:00
parent fea803d4ce
commit dfc9119bbc
5 changed files with 39 additions and 6 deletions

View File

@@ -10,6 +10,11 @@ on:
required: false
type: boolean
default: true
use-sccache:
description: 'Use sccache'
required: false
type: boolean
default: true
jobs:
twilight-release-schedule:
@@ -20,6 +25,7 @@ jobs:
with:
create_release: ${{ github.event_name != 'workflow_dispatch' && true || inputs.create_release }}
update_branch: twilight
use-sccache: ${{ github.event_name != 'workflow_dispatch' && false || inputs.use-sccache }}
update_version: false
post-build: