Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Y333/sdk cleanup #184

Merged
merged 12 commits into from
Sep 11, 2024
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
Loading