File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
type : string
10
10
rust_sdk_branch :
11
11
required : false
12
- default : ' master '
12
+ default : ' '
13
13
type : string
14
14
workflow_dispatch :
15
15
inputs :
19
19
type : string
20
20
rust_sdk_branch :
21
21
required : false
22
- default : ' master '
22
+ default : ' '
23
23
type : string
24
24
25
25
env :
36
36
uses : actions/checkout@v4
37
37
with :
38
38
repository : LedgerHQ/ledger-device-rust-sdk
39
- ref : ${{ inputs.rust_sdk_branch }}
39
+ ref : ' master '
40
40
- name : Set up Python
41
41
uses : actions/setup-python@v4
42
42
with :
74
74
- name : Install ledgered
75
75
run : pip install ledgered --break-system-packages
76
76
- name : Clone SDK
77
+ if : ${{ inputs.rust_sdk_branch != '' }}
77
78
uses : actions/checkout@v4
78
79
with :
79
80
path : sdk
87
88
path : ${{ matrix.app-name }}
88
89
- name : Patch Cargo.toml
89
90
continue-on-error : false
90
- if : ${{ inputs.rust_sdk_branch != 'master ' }}
91
+ if : ${{ inputs.rust_sdk_branch != '' }}
91
92
run : |
92
93
cd ${{ matrix.app-name }}
93
94
build_directory=$(ledger-manifest --output-build-directory ledger_app.toml)
You can’t perform that action at this time.
0 commit comments