From 5ba53375e9e65dbcab1df9743b3f86603f0ed8a3 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:02:35 +0200 Subject: [PATCH] disable matter example Windows path length limit.... --- .github/workflows/examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 0ed9246..f7f6424 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -19,7 +19,7 @@ jobs: - "examples/arduino-usb-keyboard" - "examples/arduino-wifiscan" - "examples/espidf-arduino-h2zero-BLE_scan" - - "examples/espidf-arduino-matter-light" + #- "examples/espidf-arduino-matter-light" # Windows compile fails -> Path length limit - "examples/espidf-arduino-blink" - "examples/espidf-arduino-littlefs" - "examples/espidf-blink"