Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent 778e3ce commit a004f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Install PlatformIO
run: python -m pip install platformio
- name: List
run: ls -laR ~/.platformio/
run: ls -laR .platformio/
- name: Install Espressif32
run: pio platform install espressif32
- name: Copy boards
run: |
mkdir -p ~/platformio/platforms/espressif32/boards
cp -v ./boards/*.json ~/platformio/platforms/espressif32/boards
mkdir -p .platformio/platforms/espressif32/boards
cp -v ./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 a004f40

Please sign in to comment.