Skip to content

Commit

Permalink
Set proper default version value
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 13, 2024
1 parent 5d08f8e commit 20b311f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
cura_conan_version:
description: 'Cura Conan Version'
default: 'cura/latest@ultimaker/testing'
default: 'cura/[*]@ultimaker/testing'
required: true
type: string
conan_args:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
cura_conan_version:
description: 'Cura Conan Version'
default: 'cura/latest@ultimaker/testing'
default: 'cura/[*]@ultimaker/testing'
required: true
type: string
conan_args:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
cura_conan_version:
description: 'Cura Conan Version'
default: 'cura/latest@ultimaker/testing'
default: 'cura/[*]@ultimaker/testing'
required: true
type: string
conan_args:
Expand Down

0 comments on commit 20b311f

Please sign in to comment.