Skip to content

Commit

Permalink
Merge pull request #184 from LedgerHQ/y333/sdk_cleanup
Browse files Browse the repository at this point in the history
Y333/sdk cleanup
  • Loading branch information
yogh333 authored Sep 11, 2024
2 parents 7586350 + ed85a9b commit 48062b8
Show file tree
Hide file tree
Showing 14 changed files with 1,235 additions and 1,089 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:
matrix:
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
steps:
- name: Force speculos update
run: |
pip3 install --no-cache-dir speculos --upgrade
- name: Clone
uses: actions/checkout@v4
- name: Unit tests
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ledger_device_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ledger_device_sdk"
version = "1.15.3"
version = "1.15.4"
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
edition = "2021"
license.workspace = true
Expand Down
1 change: 1 addition & 0 deletions ledger_device_sdk/examples/nbgl_address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ extern "C" fn sample_main() {
NbglReviewStatus::new()
.status_type(StatusType::Address)
.show(success);
exit_app(0);
}
Loading

0 comments on commit 48062b8

Please sign in to comment.