mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Allow package overrides when building installers
This commit is contained in:
parent
a7ac441d0f
commit
5d08f8eeef
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'
|
||||
default: 'cura/[*]@ultimaker/testing'
|
||||
type: string
|
||||
package_overrides:
|
||||
description: 'Space-separated List of specific packages to be used'
|
||||
default: ''
|
||||
type: string
|
||||
conan_args:
|
||||
description: 'Conan args, e.g. --requires'
|
||||
description: 'Conan args'
|
||||
default: ''
|
||||
type: string
|
||||
enterprise:
|
||||
|
@ -28,6 +32,7 @@ jobs:
|
|||
uses: ultimaker/cura-workflows/.github/workflows/cura-installers.yml@main
|
||||
with:
|
||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||
package_overrides: ${{ inputs.package_overrides }}
|
||||
conan_args: ${{ inputs.conan_args }}
|
||||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue