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 6c8144e commit 8fe89daCopy full SHA for 8fe89da
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
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
- pip install speculos --break-system-packages
+ pip install -U speculos --break-system-packages
94
# ####################################### #
95
cargo test --target ${{ matrix.target }} --features speculos,debug --tests
96
ledger_device_sdk/src/ble.rs
0 commit comments