Skip to content

Commit

Permalink
Copy boards
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 12, 2023
1 parent 9fcd7e5 commit 350c136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
architecture: "x64"
- name: Install PlatformIO
run: python -m pip install platformio
- name: Copy board definitions
run: cp -r "boards/" "example/"
- name: Build firmware
run: pio ci --lib="." --project-conf "example/platformio.ini" "example/main.cpp"
env:
Expand Down

0 comments on commit 350c136

Please sign in to comment.