aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-13 00:11:32 +0000
committerGitHub <noreply@github.com>2023-03-13 00:11:32 +0000
commit642c064ffd0325f0318e58dfbde030a6e57b31ce (patch)
treef07781344c4a116a2f19a6f0e7274973f1c1492f
parent326c9a0de7cc5b5831bbe5dac738631dd7e4116b (diff)
Update pio_build.yml
-rw-r--r--.github/workflows/pio_build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index 0d0247e..379983d 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -31,9 +31,9 @@ jobs:
# virtual_panel: ["", -DVIRTUAL_PANE]
example:
- "examples/PIO_TestPatterns"
- exclude:
- - no_fast_functions: ""
- virtual_panel: -DVIRTUAL_PANE
+# exclude:
+# - no_fast_functions: ""
+# virtual_panel: -DVIRTUAL_PANE
steps:
- name: Checkout