diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index 7b1ce19e2..2ad6ecf0d 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -29,6 +29,7 @@ jobs: run: | git clone --quiet https://github.com/adafruit/Cryptosuite.git /home/runner/Arduino/libraries/Cryptosuite git clone --quiet https://github.com/adafruit/WiFiNINA.git /home/runner/Arduino/libraries/WiFiNINA + git clone --quiet https://github.com/adafruit/Adafruit_LSM303.git /home/runner/Arduino/libraries/Adafruit_LSM303 git clone --quiet https://github.com/moderndevice/CapSense.git /home/runner/Arduino/libraries/CapSense git clone --quiet https://github.com/PaintYourDragon/ffft.git /home/runner/Arduino/libraries/ffft git clone --quiet https://github.com/adafruit/RadioHead.git /home/runner/Arduino/libraries/RadioHead