mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Allow package overrides when building installers
This commit is contained in:
parent
f54eeede77
commit
dd4b9e80c1
1 changed files with 6 additions and 1 deletions
7
.github/workflows/installers.yml
vendored
7
.github/workflows/installers.yml
vendored
|
@ -8,8 +8,12 @@ on:
|
||||||
description: 'Cura Conan Version'
|
description: 'Cura Conan Version'
|
||||||
default: 'cura/[*]@ultimaker/testing'
|
default: 'cura/[*]@ultimaker/testing'
|
||||||
type: string
|
type: string
|
||||||
|
package_overrides:
|
||||||
|
description: 'Space-separated List of specific packages to be used'
|
||||||
|
default: ''
|
||||||
|
type: string
|
||||||
conan_args:
|
conan_args:
|
||||||
description: 'Conan args, e.g. --requires'
|
description: 'Conan args'
|
||||||
default: ''
|
default: ''
|
||||||
type: string
|
type: string
|
||||||
enterprise:
|
enterprise:
|
||||||
|
@ -28,6 +32,7 @@ jobs:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installers.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installers.yml@main
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
|
package_overrides: ${{ inputs.package_overrides }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue