We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c6f03 commit 9af9e99Copy full SHA for 9af9e99
.github/workflows/ci.yml
@@ -86,6 +86,11 @@ jobs:
86
- name: Unit tests
87
working-directory: ledger_device_sdk
88
run: |
89
+ # to be suppressed when C SDK API_LEVEL_24 is available in dev-tools
90
+ git clone https://github.com/LedgerHQ/ledger-secure-sdk.git --branch API_LEVEL_24 --single-branch c_sdk
91
+ echo "setting LEDGER_SDK_PATH to $(realpath c_sdk)"
92
+ export LEDGER_SDK_PATH=$(realpath c_sdk)
93
+ # ####################################### #
94
cargo test --target ${{ matrix.target }} --features speculos,debug --tests
95
96
build-apps:
0 commit comments