mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-03 20:45:08 +00:00
feat: add 'use-sccache' input to build workflows for improved caching options
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user