diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b43be75f..c8c96b8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,6 +133,7 @@ jobs: # Some of the above are executed by root, creating ~/.cargo/git as # that user, blocking downloads of own libraries. rm -rf ~/.cargo + sed 's/rust-riot-sys/rust-riot-sys", branch = "debug-preprocessor_successor-race/' -i RIOT/.cargo/config.toml make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest # TODO: temporarily disabled (sock_udp.h not found) #make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest