mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-07 07:07:45 -07:00
pin fdm_materials to 5.5.0
Contributes to CURA-11218
This commit is contained in:
parent
98a79e8c00
commit
bd4cc7057d
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class CuraConan(ConanFile):
|
|||
self.requires("cura_private_data/(latest)@ultimaker/testing")
|
||||
self.requires("fdm_materials/(latest)@internal/testing")
|
||||
else:
|
||||
self.requires("fdm_materials/(latest)@ultimaker/stable")
|
||||
self.requires("fdm_materials/5.5.0")
|
||||
|
||||
def build_requirements(self):
|
||||
if self.options.devtools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue