From 14125a836be2b3e9f8ba5d876d6b6c70663bfa1c Mon Sep 17 00:00:00 2001 From: qqqlab <46283638+qqqlab@users.noreply.github.com> Date: Mon, 8 Apr 2024 02:50:34 +0200 Subject: [PATCH] Update compile-sketches.yml --- .github/workflows/compile-sketches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-sketches.yml b/.github/workflows/compile-sketches.yml index e62fc88..4c1df56 100644 --- a/.github/workflows/compile-sketches.yml +++ b/.github/workflows/compile-sketches.yml @@ -6,3 +6,5 @@ jobs: - uses: arduino/compile-sketches@v1.1.0 with: fqbn: esp32:esp32:esp32 + sketch-paths: + - examples/01.Quadcopter