Skip to content

Commit 15b48d3

Browse files
committed
Fix hardcoded nanos+
1 parent 4b3398c commit 15b48d3

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
@@ -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:

0 commit comments

Comments
 (0)