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