Skip to content

Commit

Permalink
xccx
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent f651b45 commit 75b8b97
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: Install Espressif32
run: pio pkg install -p https://registry.platformio.org/platforms/platformio/espressif32
run: pio pkg install -p https://registry.platformio.org/platforms/platformio/espressif32 --project-conf "example/platformio.ini"
- name: Copy packages
run: cp ./boards/*.json ./platformio/platforms/espressif32/boards
- name: Build firmware
Expand Down

0 comments on commit 75b8b97

Please sign in to comment.