Skip to content

Commit

Permalink
use string for workflow call
Browse files Browse the repository at this point in the history
Contributes to CURA-8415
  • Loading branch information
jellespijker committed Aug 18, 2023
1 parent 50db1fb commit 1dddb9f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1dddb9f

Please sign in to comment.