mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Just do an actual create
Contributes to CURA-8831
This commit is contained in:
parent
7bd90d21ab
commit
cc329955f0
1 changed files with 1 additions and 3 deletions
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)
|
- name: Export the Package (binaries)
|
||||||
if: ${{ inputs.conan_export_binaries }}
|
if: ${{ inputs.conan_export_binaries }}
|
||||||
run: |
|
run: conan create . ${{ inputs.recipe_id_full }} --build=missing --update
|
||||||
conan build .
|
|
||||||
conan export-pkg . ${{ inputs.recipe_id_full }}
|
|
||||||
|
|
||||||
- name: Export the Package
|
- name: Export the Package
|
||||||
if: ${{ !inputs.conan_export_binaries }}
|
if: ${{ !inputs.conan_export_binaries }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue