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
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