[CI] Added cleanup step
This commit is contained in:
parent
cf677e6b15
commit
3029f0a4f8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -175,6 +175,10 @@ jobs:
|
||||||
rpi-build:
|
rpi-build:
|
||||||
runs-on: [self-hosted, ARM64]
|
runs-on: [self-hosted, ARM64]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Cleanup from previous run
|
||||||
|
run: |
|
||||||
|
sudo rm -rf /home/pi/actions-runner/_work/RadioLib/RadioLib/build
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue