mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08:00
Allow package overrides when building installers
This commit is contained in:
parent
f54eeede77
commit
dd4b9e80c1
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…
x
Reference in New Issue
Block a user