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 ab4e504 commit 80abf18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run: python -m pip install platformio
- name: Copy boards
run: |
mkdir -p ./platformio/platforms/espressif32/boards
cp ./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 80abf18

Please sign in to comment.