From b92cf73aa6add23443e46b32c915bd4f033c09e0 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 3 Feb 2023 07:35:14 +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 c6979131..a0a7d132 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 + make distclean make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest env: