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 ec37bef commit 4b3398cCopy full SHA for 4b3398c
.github/workflows/reusable_build_all_apps.yml
@@ -142,6 +142,6 @@ jobs:
142
cargo +$RUST_NIGHTLY update include_gif
143
cargo +$RUST_NIGHTLY update ledger_secure_sdk_sys
144
cargo +$RUST_NIGHTLY update ledger_device_sdk
145
- device=$(echo ${{ matrix.device }} | sed 's/+/plus/')
+ device=$(echo ${{ matrix.device }} | sed 's/p/plus/')
146
echo "Build for "$device
147
cargo ledger build $device
0 commit comments