Fix missing dash

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-06 14:10:17 +02:00 committed by Jelle Spijker
parent d3b32b549a
commit 7405b55d7d
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -139,7 +139,7 @@ jobs:
run: conan config install https://github.com/Ultimaker/conan-config.git
- name: Create the Packages
run: conan install ${{ inputs.cura_conan_version }} --build=missing --update -c tools.env.virtualenv:powershell=True -if cura_inst -g VirtualPythonEnv -o cura:enterprise=${{ inputs.enterprise }} -o cura:staging=${{ inputs.staging }} -json "cura_inst/conan_install_info.json"
run: conan install ${{ inputs.cura_conan_version }} --build=missing --update -c tools.env.virtualenv:powershell=True -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 (bash)
if: ${{ runner.os != 'Windows' }}