mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
use string for workflow call
Contributes to CURA-8415
This commit is contained in:
parent
50db1fbb62
commit
1dddb9ff89
1 changed files with 2 additions and 5 deletions
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
|
@ -57,11 +57,8 @@ on:
|
|||
architecture:
|
||||
description: 'Architecture'
|
||||
required: true
|
||||
default: 'x64'
|
||||
type: choice
|
||||
options:
|
||||
- x64
|
||||
- arm64
|
||||
default: 'X64'
|
||||
type: string
|
||||
|
||||
env:
|
||||
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue