Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 17, 2023
1 parent fe9a3b6 commit edd0712
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 @@ -21,7 +21,7 @@ jobs:
- name: Install PlatformIO
run: python -m pip install platformio
- name: Build firmware
run: pio ci --lib=src --lib=include --exclude=assets --exclude=examples --exclude=boards --project-conf="examples/ci/platformio.ini" "examples/ci/main.cpp"
run: pio ci --lib=src --lib=include --exclude=assets --exclude=examples --exclude=boards --project-conf="examples/ci/platformio.ini" "examples/ci/src/main.cpp"
env:
PLATFORMIO_BOARDS_DIR: "${{github.workspace}}/boards"
#PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/examples/ci/lv_conf.h"

0 comments on commit edd0712

Please sign in to comment.