mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 23:12:02 +08:00
Set empty package version for installers by default
This commit is contained in:
parent
50470758b2
commit
97c89edee9
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…
x
Reference in New Issue
Block a user