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 350c136 commit 5955a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install PlatformIO
run: python -m pip install platformio
- name: Copy board definitions
run: cp -r "boards/" "example/"
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 5955a65

Please sign in to comment.