From aeb5c261b79b20d2354d46467f8974ff541794c9 Mon Sep 17 00:00:00 2001 From: Calvin Morrow Date: Thu, 12 Oct 2023 17:11:59 -0700 Subject: [PATCH] Reduce extra CI arduino dependencies --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 739f905..c5fc31d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: submodules: 'true' - name: Install Arduino Tools - run: sudo apt-get install -y arduino arduino-core-avr + run: sudo apt-get install -y arduino-core-avr # Recursively build all sketches with Makefiles - name: Compile Sketches