From edd0712fc268cdb056664f41e2d550b67508726b Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Sun, 17 Dec 2023 18:46:47 +0100 Subject: [PATCH] CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b922253..8bd1b7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"