mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Set arch for X64
Contributes to CURA-8415
This commit is contained in:
parent
1ffd94e07c
commit
50db1fbb62
1 changed files with 3 additions and 1 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue