Skip to content

Commit b0b4d79

Browse files
committed
add branch
1 parent 0347566 commit b0b4d79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_with_current_nightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test with last nightly everyday @12PM
1+
name: Build and Test with last nightly
22

33
on:
44
workflow_dispatch:
@@ -15,6 +15,7 @@ jobs:
1515
uses: LedgerHQ/ledger-app-workflows/.github/workflows/_get_app_metadata.yml@v1
1616
with:
1717
app_repository: LedgerHQ/app-boilerplate-rust
18+
app_branch_name: main
1819

1920
build_with_last_nightly:
2021
needs: call_get_app_metadata
@@ -36,6 +37,7 @@ jobs:
3637
uses: actions/checkout@v4
3738
with:
3839
repository: LedgerHQ/app-boilerplate-rust
40+
ref: main
3941

4042
- name: Patch Cargo.toml to use y333/nightly_support for ledger_device_sdk and include_gif crate
4143
run: |
@@ -92,4 +94,5 @@ jobs:
9294
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
9395
with:
9496
app_repository: LedgerHQ/app-boilerplate-rust
97+
app_branch_name: main
9598
download_app_binaries_artifact: "app_binaries"

0 commit comments

Comments
 (0)