From 0e045669663e6c4b7216d10db8a9f8cb2856e088 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..d52b26f0 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 -fxdv) make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest env: