aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorElliot Matson <ematson5897@gmail.com>2023-01-29 21:03:19 -0600
committerElliot Matson <ematson5897@gmail.com>2023-01-29 21:03:19 -0600
commit035e0e0d2f772e92ecec49ffc0484e5e910a7fb6 (patch)
treed3a745ddf02d9f8c511208bc25f59a513c28c2b7 /.github/workflows
parenta775b3a62ea2405afe20363fbfdbe1ff6c956bd9 (diff)
restructure for esp-idf
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pio_build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index e15bf15..252febe 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -47,4 +47,4 @@ jobs:
env:
PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
PLATFORMIO_CI_SRC: ${{ matrix.example }}
- run: pio ci -c ${{ matrix.example }}/platformio.ini \ No newline at end of file
+ run: pio ci -e esp32 -c ${{ matrix.example }}/platformio.ini \ No newline at end of file