Skip to content

Commit 4b3398c

Browse files
committed
Fix nanosp -> nanosplus resolution following ledgered update
1 parent ec37bef commit 4b3398c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ jobs:
142142
cargo +$RUST_NIGHTLY update include_gif
143143
cargo +$RUST_NIGHTLY update ledger_secure_sdk_sys
144144
cargo +$RUST_NIGHTLY update ledger_device_sdk
145-
device=$(echo ${{ matrix.device }} | sed 's/+/plus/')
145+
device=$(echo ${{ matrix.device }} | sed 's/p/plus/')
146146
echo "Build for "$device
147147
cargo ledger build $device

0 commit comments

Comments
 (0)