Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent 6f483df commit d07b2bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
architecture: "x64"
- name: Install PlatformIO
run: python -m pip install platformio
- name: List
run: ls -laR ./
- name: Copy boards
run: cp -vv "./boards/*.json" "~/.platformio/boards"
run: cp -vv "./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 d07b2bc

Please sign in to comment.