Update pio_arduino_build.yml
This commit is contained in:
parent
6a960121a5
commit
17293b986b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pio_arduino_build.yml
vendored
3
.github/workflows/pio_arduino_build.yml
vendored
|
@ -60,4 +60,5 @@ jobs:
|
|||
env:
|
||||
PLATFORMIO_BUILD_FLAGS: -DIDF_BUILD ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
|
||||
# pio ci doesn't use our sdkconfig, so we have to use pio run
|
||||
run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini
|
||||
#run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini
|
||||
run: pio run -d ${{ matrix.example }}
|
||||
|
|
Loading…
Reference in a new issue