[CI] Moved cleanup step to pre-run script
This commit is contained in:
parent
9d96cab4a6
commit
8e6bd972a9
1 changed files with 0 additions and 5 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue