Skip to content

Commit

Permalink
fix platformio install sometime failing on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Jan 31, 2025
1 parent 57de417 commit 982b7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y lcov
lcov -d .pio/build/native/ -c -o lcov.info
lcov --remove lcov.info '*/usr/*' '*/Platforms/*' '*/bootloader/*' '*/.pio/*' '*/HAL/*' '*/test/*' '*/network/*' -o lcov.info
Expand Down Expand Up @@ -89,8 +90,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
project_folders:
[
project_folders: [
examples/projects/l0,
examples/projects/Arduino,
examples/projects/NUCLEO-L432KC,
Expand Down

0 comments on commit 982b7fd

Please sign in to comment.