mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 21:09:01 +08:00
Ensure that nightlies have default values
Fixes CURA-11528
This commit is contained in:
parent
650bed18bd
commit
023a8f2325
24
.github/workflows/installers.yml
vendored
24
.github/workflows/installers.yml
vendored
@ -54,9 +54,9 @@ jobs:
|
|||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ env.CONAN_ARGS }}
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ env.ENTERPRISE }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ env.STAGING }}
|
||||||
architecture: X64
|
architecture: X64
|
||||||
operating_system: windows-2022
|
operating_system: windows-2022
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@ -66,9 +66,9 @@ jobs:
|
|||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ env.CONAN_ARGS }}
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ env.ENTERPRISE }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ env.STAGING }}
|
||||||
architecture: X64
|
architecture: X64
|
||||||
operating_system: ubuntu-22.04
|
operating_system: ubuntu-22.04
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@ -78,9 +78,9 @@ jobs:
|
|||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ env.CONAN_ARGS }}
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ env.ENTERPRISE }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ env.STAGING }}
|
||||||
architecture: X64
|
architecture: X64
|
||||||
operating_system: self-hosted-X64
|
operating_system: self-hosted-X64
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@ -90,9 +90,9 @@ jobs:
|
|||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ env.CONAN_ARGS }}
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ env.ENTERPRISE }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ env.STAGING }}
|
||||||
architecture: ARM64
|
architecture: ARM64
|
||||||
operating_system: self-hosted-ARM64
|
operating_system: self-hosted-ARM64
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user