From f69bdcbb1635a536b8605931c427a97dae0354af Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 3 Feb 2023 11:45:37 +0100 Subject: [PATCH] Tests: Remove leftover files from other builds --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0879c673..6ee00939 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,6 +132,8 @@ jobs: # Some of the above are executed by root, creating ~/.cargo/git as # that user, blocking downloads of own libraries. rm -rf ~/.cargo + # Something left directories that break things + (cd RIOT && git clean -fxd) make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest env: