mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 05:14:32 +08:00
Just do an actual create
Contributes to CURA-8831
This commit is contained in:
parent
7bd90d21ab
commit
cc329955f0
4
.github/workflows/conan-recipe-export.yml
vendored
4
.github/workflows/conan-recipe-export.yml
vendored
@ -81,9 +81,7 @@ jobs:
|
||||
|
||||
- name: Export the Package (binaries)
|
||||
if: ${{ inputs.conan_export_binaries }}
|
||||
run: |
|
||||
conan build .
|
||||
conan export-pkg . ${{ inputs.recipe_id_full }}
|
||||
run: conan create . ${{ inputs.recipe_id_full }} --build=missing --update
|
||||
|
||||
- name: Export the Package
|
||||
if: ${{ !inputs.conan_export_binaries }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user