mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
removed redundant if check
Contributes to CURA-8415
This commit is contained in:
parent
5521d6448e
commit
e184e4f15a
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
|
run: conan profile update settings.arch=x86_64 default
|
||||||
|
|
||||||
- name: Create the Packages (Bash)
|
- 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"
|
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)
|
- name: Set Environment variables for Cura (bash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user