Skip to content

Commit 9af9e99

Browse files
committed
Clone C SDK API_LEVEL_24 for tests
1 parent 34c6f03 commit 9af9e99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
- name: Unit tests
8787
working-directory: ledger_device_sdk
8888
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+
# ####################################### #
8994
cargo test --target ${{ matrix.target }} --features speculos,debug --tests
9095
9196
build-apps:

0 commit comments

Comments
 (0)