mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Set empty package version for installers by default
This commit is contained in:
parent
50470758b2
commit
97c89edee9
4 changed files with 4 additions and 4 deletions
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
cura_conan_version:
|
cura_conan_version:
|
||||||
description: 'Cura Conan Version'
|
description: 'Cura Conan Version'
|
||||||
default: 'cura/[*]@ultimaker/testing'
|
default: ''
|
||||||
type: string
|
type: string
|
||||||
package_overrides:
|
package_overrides:
|
||||||
description: 'List of specific packages to be used (space-separated)'
|
description: 'List of specific packages to be used (space-separated)'
|
||||||
|
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
cura_conan_version:
|
cura_conan_version:
|
||||||
description: 'Cura Conan Version'
|
description: 'Cura Conan Version'
|
||||||
default: 'cura/[*]@ultimaker/testing'
|
default: ''
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
package_overrides:
|
package_overrides:
|
||||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
cura_conan_version:
|
cura_conan_version:
|
||||||
description: 'Cura Conan Version'
|
description: 'Cura Conan Version'
|
||||||
default: 'cura/[*]@ultimaker/testing'
|
default: ''
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
package_overrides:
|
package_overrides:
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
cura_conan_version:
|
cura_conan_version:
|
||||||
description: 'Cura Conan Version'
|
description: 'Cura Conan Version'
|
||||||
default: 'cura/[*]@ultimaker/testing'
|
default: ''
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
package_overrides:
|
package_overrides:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue