[CI] Moved cleanup step to pre-run script

This commit is contained in:
jgromes 2023-05-30 21:05:43 +02:00
parent 9d96cab4a6
commit 8e6bd972a9

View file

@ -14,7 +14,6 @@ on:
type: choice
options:
- all
- none
- arduino:avr:uno
- arduino:avr:mega
- arduino:avr:leonardo
@ -176,10 +175,6 @@ jobs:
rpi-build:
runs-on: [self-hosted, ARM64]
steps:
- name: Cleanup from previous run
run: |
sudo rm -rf /home/pi/actions-runner/_work/RadioLib/RadioLib/build
- name: Checkout repository
uses: actions/checkout@v2