Skip to content

Commit

Permalink
Revert "Allow package overrides when building installers"
Browse files Browse the repository at this point in the history
This reverts commit dd4b9e8.
  • Loading branch information
wawanbreton committed Dec 13, 2024
1 parent dd4b9e8 commit a7ac441
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ 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'
description: 'Conan args, e.g. --requires'
default: ''
type: string
enterprise:
Expand All @@ -32,7 +28,6 @@ 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 }}
Expand Down

0 comments on commit a7ac441

Please sign in to comment.