Skip to content

Commit e9251e6

Browse files
committed
Fixes workflow
1 parent 91e907e commit e9251e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/arduino-esp-v2-build-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ jobs:
127127
- name: Checkout
128128
uses: actions/checkout@v4
129129

130+
- name: Clean arduino-cli (self-hosted)
131+
if: github.event.repository.private
132+
run: rm -f $HOME/bin/arduino-cli
133+
130134
- name: Set up Python (self-hosted)
131135
if: github.event.repository.private
132136
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)