mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-12 06:49:00 +08:00
Merge remote-tracking branch 'origin/main' into CURA-8415_self_hosted_runner
This commit is contained in:
commit
a04ea3723e
11
.github/workflows/macos.yml
vendored
11
.github/workflows/macos.yml
vendored
@ -57,11 +57,8 @@ on:
|
|||||||
architecture:
|
architecture:
|
||||||
description: 'Architecture'
|
description: 'Architecture'
|
||||||
required: true
|
required: true
|
||||||
default: 'x64'
|
default: 'X64'
|
||||||
type: choice
|
type: string
|
||||||
options:
|
|
||||||
- x64
|
|
||||||
- arm64
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||||
@ -124,7 +121,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