File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- name : Build and Test with last nightly everyday @12PM
1
+ name : Build and Test with last nightly
2
2
3
3
on :
4
4
workflow_dispatch :
15
15
uses : LedgerHQ/ledger-app-workflows/.github/workflows/_get_app_metadata.yml@v1
16
16
with :
17
17
app_repository : LedgerHQ/app-boilerplate-rust
18
+ app_branch_name : main
18
19
19
20
build_with_last_nightly :
20
21
needs : call_get_app_metadata
36
37
uses : actions/checkout@v4
37
38
with :
38
39
repository : LedgerHQ/app-boilerplate-rust
40
+ ref : main
39
41
40
42
- name : Patch Cargo.toml to use y333/nightly_support for ledger_device_sdk and include_gif crate
41
43
run : |
92
94
uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
93
95
with :
94
96
app_repository : LedgerHQ/app-boilerplate-rust
97
+ app_branch_name : main
95
98
download_app_binaries_artifact : " app_binaries"
You can’t perform that action at this time.
0 commit comments