aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pio_build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index 6ad6e7a..4aed7ab 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -24,8 +24,6 @@ jobs:
no_cie1931: ["", -DNO_CIE1931]
virtual_panel: ["", -DVIRTUAL_PANE]
- env:
- PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
steps:
- name: Show Build Flags
run: echo $PLATFORMIO_BUILD_FLAGS
@@ -52,6 +50,7 @@ jobs:
pio update
- name: Run PlatformIO
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