Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent authored Dec 17, 2023
1 parent ac1f1f1 commit 7a41134
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up python
uses: actions/setup-python@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
architecture: "x64"
python-version: "3.9"
- name: Install PlatformIO
run: |
python -m pip install platformio
pio platform install espressif32
run: python -m pip install platformio
- name: Check boards
run: pio boards espressif32
- name: Build firmware
run: pio ci --lib=src --lib=include --exclude=assets --exclude=example --exclude=boards --project-conf="example/platformio.ini" "example/main.cpp"
env:
PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/example/lv_conf.h"
PLATFORMIO_BUILD_FLAGS: -DLV_CONF_PATH="${{github.workspace}}/example/lv_conf.h"

0 comments on commit 7a41134

Please sign in to comment.