Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ntcong authored Dec 29, 2022
1 parent 09f2923 commit 47d0353
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cura-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,16 @@ jobs:
run: git clone https://github.com/ntcong/SuperCuraEngine.git

- name: Create the CuraEngine Packages
if: ${{ !inputs.create_from_source }}
run: conan create . curaengine/latest@ntcong/testing --build=missing --update --test-folder=None
run: conan create . curaengine/5.2.2@ntcong/testing --build=missing --update --test-folder=None
working-directory: SuperCuraEngine

- name: Create CuraEngine Alias
run: conan alias curaengine/latest@ntcong/testing curaengine/5.2.2@ultimaker/testing

- name: Create the Packages (Powershell)
if: ${{ runner.os == 'Windows' }}
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"



- name: Create the Packages
run: conan create . ${{ inputs.cura_conan_version }} ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=${{ inputs.enterprise }} -o cura:staging=${{ inputs.staging }} --json "cura_inst/conan_install_info.json"

- name: Set Environment variables for Cura (Powershell)
if: ${{ runner.os == 'Windows' }}
run: |
Expand Down

0 comments on commit 47d0353

Please sign in to comment.