Skip to content

Commit dd27f5e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- if: matrix.os == 'ubuntu-latest'
4848
run: |
4949
sudo apt-get install -y lcov
50+
lcov --ignore-errors unused
5051
lcov -d .pio/build/native/ -c -o lcov.info
5152
lcov --remove lcov.info '*/usr/*' '*/Platforms/*' '*/bootloader/*' '*/.pio/*' '*/HAL/*' '*/test/*' '*/network/*' -o lcov.info
5253
@@ -89,8 +90,7 @@ jobs:
8990
runs-on: ${{ matrix.os }}
9091
strategy:
9192
matrix:
92-
project_folders:
93-
[
93+
project_folders: [
9494
examples/projects/l0,
9595
examples/projects/Arduino,
9696
examples/projects/NUCLEO-L432KC,

0 commit comments

Comments
 (0)