We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57de417 commit 2220c6dCopy full SHA for 2220c6d
.github/workflows/build.yml
@@ -89,8 +89,7 @@ jobs:
89
runs-on: ${{ matrix.os }}
90
strategy:
91
matrix:
92
- project_folders:
93
- [
+ project_folders: [
94
examples/projects/l0,
95
examples/projects/Arduino,
96
examples/projects/NUCLEO-L432KC,
@@ -122,6 +121,7 @@ jobs:
122
121
python -m pip install --upgrade pip
123
pip install wheel
124
pip install platformio
+ retry: 3
125
126
- name: Run PlatformIO
127
run: |
0 commit comments