Skip to content

Commit

Permalink
Prepare for merge
Browse files Browse the repository at this point in the history
CURA-11622
  • Loading branch information
wawanbreton committed Dec 4, 2024
1 parent 16ae439 commit 24b645b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ on:
- '[0-9]+.[0-9]+.[0-9]'

jobs:
# FIXME: Use main once merged
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
with:
platform_mac: false
install_system_dependencies: false
Expand Down
4 changes: 0 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def export_sources(self):
copy(self, "*", os.path.join(self.recipe_folder, "uranium"), os.path.join(self.export_sources_folder, "uranium"))
copy(self, "*", os.path.join(self.recipe_folder, "windows"), os.path.join(self.export_sources_folder, "windows"))

def validate(self):
if (self.version != None) and (Version(self.version) <= Version("4")):
raise ConanInvalidConfiguration("Only versions 5+ are supported!")

def layout(self):
self.cpp.package.resdirs = [os.path.join("resources", "cura"), os.path.join("resources", "uranium"), "windows"]

Expand Down

0 comments on commit 24b645b

Please sign in to comment.