Make windows installer packaging optional
This commit is contained in:
5
.github/workflows/build_check_cache.yml
vendored
5
.github/workflows/build_check_cache.yml
vendored
@ -19,6 +19,10 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: ''
|
||||
build_windows_installer:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
build_without_pch_windows:
|
||||
required: false
|
||||
type: boolean
|
||||
@ -70,5 +74,6 @@ jobs:
|
||||
build-deps-only: ${{ inputs.build-deps-only }}
|
||||
force-build: ${{ inputs.force-build }}
|
||||
release-version: ${{ inputs.release-version }}
|
||||
build_windows_installer: ${{ inputs.build_windows_installer }}
|
||||
build_without_pch_windows: ${{ inputs.build_without_pch_windows }}
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user