Skip to content

Commit dbc2be6

Browse files
committed
buildtest.yml: update links to RIOT examples
1 parent 4e99981 commit dbc2be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
#
3232
# strategy:
3333
# matrix:
34-
# example: [examples/rust-hello-world examples/rust-gcoap tests/rust_minimal]
34+
# example: [examples/lang_support/official/rust-hello-world examples/lang_support/official/rust-gcoap tests/rust_minimal]
3535
#
3636
# setup here because really most of the stuff is the same, and the `cargo
3737
# update` is much faster the second time (so a parallel execution may
3838
# still be faster but uses 3x the resources)
3939
run: |
4040
export BOARDS='native sltb001a samr21-xpro'
41-
DIRS='examples/rust-hello-world examples/rust-gcoap tests/rust_minimal'
41+
DIRS='examples/lang_support/official/rust-hello-world examples/lang_support/official/rust-gcoap tests/rust_minimal'
4242
# It appears that there has to be output before :: commands really catch on
4343
echo "Building ${DIRS} on ${BOARDS}"
4444
echo "::echo ::on"

0 commit comments

Comments
 (0)