Add exclusions
This commit is contained in:
parent
15a5aa4ec1
commit
1ca5ee92c8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pio_build.yml
vendored
3
.github/workflows/pio_build.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
no_fast_functions: ["", -DNO_FAST_FUNCTIONS]
|
no_fast_functions: ["", -DNO_FAST_FUNCTIONS]
|
||||||
no_cie1931: ["", -DNO_CIE1931]
|
no_cie1931: ["", -DNO_CIE1931]
|
||||||
virtual_panel: ["", -DVIRTUAL_PANE]
|
virtual_panel: ["", -DVIRTUAL_PANE]
|
||||||
|
exclude:
|
||||||
|
- no_fast_functions: ""
|
||||||
|
virtual_panel: -DVIRTUAL_PANE
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Show Build Flags
|
- name: Show Build Flags
|
||||||
|
|
Loading…
Reference in a new issue