Skip to content

Commit

Permalink
added line to create local materials package
Browse files Browse the repository at this point in the history
  • Loading branch information
LH530-D1-MHI authored and LH530-D1-MHI committed Sep 27, 2023
1 parent 3ab992e commit dd29f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ jobs:
- name: Use Conan download cache (Bash)
run: conan config set storage.download_cache="$HOME/.conan/conan_download_cache"

- name: Create local materials package
run: cd fdm_materials && conan create . fdm_materials/latest@Aurelius-Nero/master --build=missing --update && cd ..

- name: Create the Packages (Bash)
run: conan create . $CURA_CONAN_VERSION --build=missing --update && 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"

Expand Down

0 comments on commit dd29f47

Please sign in to comment.