Set arch for X64

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-18 21:33:39 +02:00
parent 1ffd94e07c
commit 50db1fbb62
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -124,7 +124,9 @@ jobs:
- name: Get Conan configuration
run: conan config install https://github.com/Ultimaker/conan-config.git
- name:
- name: Set architecture conan profile
if: ${{ inputs.architecture == 'X64' }}
run: conan profile update settings.arch=x86_64 default
- name: Set Environment variables for Cura (bash)
run: |