actually install the cura package

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-18 21:40:40 +02:00
parent a04ea3723e
commit b1cac1224a
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -125,6 +125,10 @@ jobs:
if: ${{ inputs.architecture == 'X64' }}
run: conan profile update settings.arch=x86_64 default
- name: Create the Packages (Bash)
if: ${{ runner.os != 'Windows' }}
run: conan install $CURA_CONAN_VERSION ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=$ENTERPRISE -o cura:staging=$STAGING --json "cura_inst/conan_install_info.json"
- name: Set Environment variables for Cura (bash)
run: |
. ./cura_inst/bin/activate_github_actions_env.sh