Skip to content

Commit 2220c6d

Browse files
fix platformio install sometime failing on GH
1 parent 57de417 commit 2220c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
runs-on: ${{ matrix.os }}
9090
strategy:
9191
matrix:
92-
project_folders:
93-
[
92+
project_folders: [
9493
examples/projects/l0,
9594
examples/projects/Arduino,
9695
examples/projects/NUCLEO-L432KC,
@@ -122,6 +121,7 @@ jobs:
122121
python -m pip install --upgrade pip
123122
pip install wheel
124123
pip install platformio
124+
retry: 3
125125

126126
- name: Run PlatformIO
127127
run: |

0 commit comments

Comments
 (0)