From db9cad6ddf3c9618d9a4f5a23194896e50b6658a Mon Sep 17 00:00:00 2001 From: LH530-D1-MHI Date: Wed, 27 Sep 2023 12:15:38 +0300 Subject: [PATCH] added argument to install local materials package --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8e5672e6529..64e595d4ab8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -162,7 +162,7 @@ jobs: 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" + 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" --require-override=fdm_materials/latest@Aurelius-Nero/master #- name: Upload the Package(s) # if: always()