Skip to content

Commit

Permalink
Copy boards
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent f30dd69 commit f651b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
architecture: "x64"
- name: Install PlatformIO
run: python -m pip install platformio
- name: Install Espressif32
run: pio pkg install -p https://registry.platformio.org/platforms/platformio/espressif32
- name: Copy packages
run: cp ./boards/*.json ./platformio/platforms/espressif32/boards
- name: Build firmware
run: pio ci --lib="." --project-conf "example/platformio.ini" "example/main.cpp"
env:
Expand Down

0 comments on commit f651b45

Please sign in to comment.