CI #2

Merged
rboullard merged 47 commits from Development into main 2026-01-27 11:17:33 +00:00
Showing only changes of commit 9b7e8fdcf9 - Show all commits

View File

@@ -4,7 +4,7 @@ class RequirementsConan(ConanFile):
name = "Requirements" name = "Requirements"
options = { options = {
"packages_channel": [str] "packages_channel": ["ANY"]
} }
default_options = { default_options = {
"packages_channel": "main" "packages_channel": "main"