We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2248ab commit 9038964Copy full SHA for 9038964
.github/workflows/build.yml
@@ -132,6 +132,8 @@ jobs:
132
# Some of the above are executed by root, creating ~/.cargo/git as
133
# that user, blocking downloads of own libraries.
134
rm -rf ~/.cargo
135
+ # Something left directories that break things
136
+ make distclean
137
make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
138
make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
139
env:
0 commit comments