From 8811d2328dc8c04792ae22d0fded06e978f3c82f Mon Sep 17 00:00:00 2001 From: LH530-D1-MHI Date: Wed, 20 Sep 2023 15:21:08 +0300 Subject: [PATCH] added the materials package override to the final conan package install-6 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 12b1e3371f1..93cfe6d2549 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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