Skip to content

Commit 0c5065d

Browse files
committed
build.yml: update links to RIOT examples
1 parent a1b2ecb commit 0c5065d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: GNU build test
100100
run: |
101-
make -CRIOT/examples/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
101+
make -CRIOT/examples/basic/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
102102
env:
103103
BUILD_IN_DOCKER: 1
104104
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: LLVM build test
124124
run: |
125-
make -CRIOT/examples/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
125+
make -CRIOT/examples/basic/hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
126126
env:
127127
TOOLCHAIN: llvm
128128
BUILD_IN_DOCKER: 1
@@ -134,9 +134,9 @@ jobs:
134134
# Some of the above are executed by root, creating ~/.cargo/git as
135135
# that user, blocking downloads of own libraries.
136136
rm -rf ~/.cargo
137-
make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
137+
make -CRIOT/examples/lang_support/official/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
138138
# TODO: temporarily disabled (sock_udp.h not found)
139-
#make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
139+
#make -CRIOT/examples/lang_support/official/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
140140
env:
141141
BUILD_IN_DOCKER: 1
142142
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest

0 commit comments

Comments
 (0)