mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 13:45:52 +08:00
Set arch for X64
Contributes to CURA-8415
This commit is contained in:
parent
1ffd94e07c
commit
50db1fbb62
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -124,7 +124,9 @@ jobs:
|
|||||||
- name: Get Conan configuration
|
- name: Get Conan configuration
|
||||||
run: conan config install https://github.com/Ultimaker/conan-config.git
|
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)
|
- name: Set Environment variables for Cura (bash)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user