Skip to content

Commit 1bc15fd

Browse files
authored
Merge pull request #260 from LedgerHQ/y333/fix_build_all_rust_apps_workflow
Fix nanosp -> nanosplus resolution following ledgered update
2 parents ec37bef + 15b48d3 commit 1bc15fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
app-name: ["app-boilerplate-rust"]
74-
device: ["nanos+", "nanox", "stax", "flex"]
74+
device: ["nanosp", "nanox", "stax", "flex"]
7575
include: ${{ fromJSON(needs.retrieve-rust-apps.outputs.rust_apps) }}
7676
runs-on: ubuntu-latest
7777
container:
@@ -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)