Skip to content

Commit

Permalink
Tests: Remove leftover files from other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 20, 2023
1 parent d2248ab commit 0e04566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e04566

Please sign in to comment.