Skip to content

Commit

Permalink
added /
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 12, 2023
1 parent 4fab2d7 commit e896fe7
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,6 +14,6 @@ jobs:
- name: Install PlatformIO
run: python -m pip install platformio
- name: Build firmware
run: pio ci --lib="." --project-option="boards_dir=${{github.workspace}}/boards" --project-conf "example/platformio.ini" "example/main.cpp"
run: pio ci --lib="." --project-option="boards_dir=${{github.workspace}}/boards/" --project-conf "example/platformio.ini" "example/main.cpp"
env:
PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/example/lv_conf.h"

0 comments on commit e896fe7

Please sign in to comment.