Skip to content

Commit

Permalink
update pio command
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 13, 2023
1 parent 0598734 commit 4dae9dd
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: Check boards
run: pio ci boards --installed --project-option="boards_dir=${{github.workspace}}/boards/"
run: pio boards --installed --project-option="boards_dir=${{github.workspace}}/boards/"
- name: Build firmware
run: pio ci --lib="." --project-option="boards_dir=${{github.workspace}}/boards/" --project-conf "example/platformio.ini" "example/main.cpp"
env:
Expand Down

0 comments on commit 4dae9dd

Please sign in to comment.