diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:33:37 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:33:37 -0600 |
| commit | 2a85977eba64709d600f574ee1d620bd978f038c (patch) | |
| tree | 9460d1eabc342db94bcb69cab0105516dad631cd | |
| parent | e7f2ac6805f158b4a8628daab89be1b12bcc0bdf (diff) | |
fix flags
| -rw-r--r-- | .github/workflows/pio_build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 96631f2..43f9de7 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -19,9 +19,9 @@ jobs: example: - "examples/PIO_TestPatterns" no_gfx: ["", -DNO_GFX] - no_fast_functions: ["", -DFAST_FUNCTIONS] + no_fast_functions: ["", -DNO_FAST_FUNCTIONS] no_cie1931: ["", -DNO_CIE1931] - virtual_panel: ["", -DVIRTUAL_PANEL] + virtual_panel: ["", -DVIRTUAL_PANE] env: PLATFORMIO_BUILD_FLAGS: ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }} |
