From 33b19bacb5038357add87666c0475b97df615095 Mon Sep 17 00:00:00 2001 From: Calvin Morrow Date: Thu, 12 Oct 2023 17:09:37 -0700 Subject: [PATCH] Install ubuntu arduino tools in CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index daf21ee..739f905 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: with: submodules: 'true' - - name: Install Arduino CLI - uses: arduino/setup-arduino-cli@v1 + - name: Install Arduino Tools + run: sudo apt-get install -y arduino arduino-core-avr # Recursively build all sketches with Makefiles - name: Compile Sketches