diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 10:29:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-12 10:29:08 +0000 |
| commit | aebccc30908f8796ea7919d7d2da6a959c1d2083 (patch) | |
| tree | e92b920269607360f2a36c8500f899a59e88ed37 | |
| parent | 2b76af4a5a99bf9f877a686120768af78d670dde (diff) | |
Update pio_build.yml
| -rw-r--r-- | .github/workflows/pio_build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 06729b5..0d0247e 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -26,9 +26,9 @@ jobs: matrix: framework: ["Arduino", "IDF"] no_gfx: ["", -DNO_GFX] - no_fast_functions: ["", -DNO_FAST_FUNCTIONS] - no_cie1931: ["", -DNO_CIE1931] - virtual_panel: ["", -DVIRTUAL_PANE] +# no_fast_functions: ["", -DNO_FAST_FUNCTIONS] +# no_cie1931: ["", -DNO_CIE1931] +# virtual_panel: ["", -DVIRTUAL_PANE] example: - "examples/PIO_TestPatterns" exclude: |
