mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Cleanup tmp files after CI run
This commit is contained in:
parent
fd2f81df1a
commit
282b051c46
1 changed files with 2 additions and 0 deletions
|
@ -22,3 +22,5 @@ echo "--- Check Rust libs"
|
||||||
cargo install cargo-deny
|
cargo install cargo-deny
|
||||||
cargo deny check -A duplicate
|
cargo deny check -A duplicate
|
||||||
|
|
||||||
|
echo "--- Cleanup"
|
||||||
|
rm -rf /tmp/* || true
|
||||||
|
|
Loading…
Reference in a new issue