Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Remove leftover files from other builds
Browse files Browse the repository at this point in the history
chrysn committed Feb 20, 2023
1 parent d2248ab commit f69bdcb
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
@@ -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:

0 comments on commit f69bdcb

Please sign in to comment.