Fix conan argument syntax

This commit is contained in:
Erwan MATHIEU 2024-09-25 08:58:42 +02:00
parent b526920e7c
commit 219782b5ad

View File

@ -40,5 +40,5 @@ jobs:
project_name: cura project_name: cura
platform_windows: false platform_windows: false
platform_mac: false platform_mac: false
conan_extra_args: "-o cura:enable_i18n=True" conan_extra_args: "-o \"cura/*:enable_i18n=True\""
secrets: inherit secrets: inherit