diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:49:18 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:49:18 -0600 |
| commit | 1ca5ee92c8d14dd74fa30092a9896f18748d8dcf (patch) | |
| tree | 41b9c1cbeab5d610493d47b38102f210d8a1b98d /.github/workflows | |
| parent | 15a5aa4ec123b06b1d6e90b8a9bc846821b613d0 (diff) | |
Add exclusions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pio_build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 4aed7ab..8430a52 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -23,6 +23,9 @@ jobs: no_fast_functions: ["", -DNO_FAST_FUNCTIONS] no_cie1931: ["", -DNO_CIE1931] virtual_panel: ["", -DVIRTUAL_PANE] + exclude: + - no_fast_functions: "" + virtual_panel: -DVIRTUAL_PANE steps: - name: Show Build Flags |
