mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
removed redundant if check
Contributes to CURA-8415
This commit is contained in:
parent
5521d6448e
commit
e184e4f15a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -140,7 +140,6 @@ jobs:
|
|||
run: conan profile update settings.arch=x86_64 default
|
||||
|
||||
- name: Create the Packages (Bash)
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
run: 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"
|
||||
|
||||
- name: Set Environment variables for Cura (bash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue