Skip to content

Commit

Permalink
"
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent 795d5fa commit 4bb2cc8
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: Copy boards
run: cp -vv ./boards/*.json" "~.platformio/boards"
run: cp -vv "./boards/*.json" "~/.platformio/boards"
- name: Build firmware
run: pio ci --lib="." --project-conf "example/platformio.ini" "example/main.cpp"
env:
Expand Down

0 comments on commit 4bb2cc8

Please sign in to comment.