Update maintain-runners.yml

This commit is contained in:
Igor Pečovnik
2022-04-08 09:15:43 +02:00
committed by GitHub
parent f1195c6fb9
commit 6515f848cb

View File

@@ -148,8 +148,9 @@ jobs:
sudo rm *.conf 2>/dev/null || true
sudo rm *.txt 2>/dev/null || true
sudo rm -rf cache/sources/ || true
sudo rm -rf output/ || true
sudo rm -rf output/ || true
sudo chown -R $USER:$USER build || true
rm $HOME/.ssh/known_hosts
- name: Checkout Armbian build script
uses: actions/checkout@v2