Skip to content

Commit

Permalink
added the materials package override to the final conan package insta…
Browse files Browse the repository at this point in the history
…ll-6
  • Loading branch information
LH530-D1-MHI authored and LH530-D1-MHI committed Sep 20, 2023
1 parent 2e65155 commit 8811d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: conan create . $Env:CURA_CONAN_VERSION --build=missing --update

- name: Create the materials package (powershell)
run: conan create . fdm_materials/latest@Aurelius-Nero/master
run:cd fdm_materials && conan create . fdm_materials/latest@Aurelius-Nero/master && cd ..

- name: Create the Packages (Powershell)
run: conan install $Env:CURA_CONAN_VERSION ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=$Env:ENTERPRISE -o cura:staging=$Env:STAGING --json "cura_inst/conan_install_info.json" --require-override=fdm_materials/5.4.0-beta.1@Aurelius-Nero/master
Expand Down

0 comments on commit 8811d23

Please sign in to comment.