Skip to content

Commit

Permalink
actually install the cura package
Browse files Browse the repository at this point in the history
Contributes to CURA-8415
  • Loading branch information
jellespijker committed Aug 18, 2023
1 parent a04ea37 commit b1cac12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1cac12

Please sign in to comment.