Skip to content

Commit 0a41c19

Browse files
committed
Test: non up-to-date SDK
1 parent ef33289 commit 0a41c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_functional_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
build_application:
3131
name: Build application using the reusable workflow
32-
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
32+
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@y333/update_ci_rust_apps
3333
with:
3434
upload_app_binaries_artifact: "compiled_app_binaries"
3535
builder: ledger-app-builder

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["yhql", "agrojean-ledger"]
55
edition = "2021"
66

77
[dependencies]
8-
ledger_device_sdk = "1.17.2"
8+
ledger_device_sdk = "1.17.1"
99
include_gif = "1.2.0"
1010
serde = {version="1.0.192", default_features = false, features = ["derive"]}
1111
serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}

0 commit comments

Comments
 (0)