mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-04 05:40:35 -07:00
build Conan packages
This will compile the mo files. But be sure that `enable_i18n` option is still removed from the `package_id`. Such that the build conan package can also be used Fixes CURA-11497
This commit is contained in:
parent
85a762aec3
commit
b60b07e2b2
1 changed files with 8 additions and 0 deletions
8
.github/workflows/conan-package.yml
vendored
8
.github/workflows/conan-package.yml
vendored
|
|
@ -40,3 +40,11 @@ jobs:
|
|||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
||||
secrets: inherit
|
||||
|
||||
conan-package-create:
|
||||
needs: [ conan-recipe-version, conan-package-export ]
|
||||
uses: ultimaker/cura-workflows/.github/workflows/conan-package-create-linux.yml@main
|
||||
with:
|
||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||
conan_extra_args: "-o cura:enable_i18n=True"
|
||||
secrets: inherit
|
||||
Loading…
Add table
Add a link
Reference in a new issue