Skip to content

Commit

Permalink
manual scd4x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 13, 2025
1 parent 9b43229 commit bc1902e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-caller-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
git clone --quiet https://github.com/adafruit/Adafruit-ST7735-Library.git /home/runner/Arduino/libraries/Adafruit-ST7735-Library
git clone --quiet https://github.com/adafruit/Adafruit_TouchScreen.git /home/runner/Arduino/libraries/Adafruit_TouchScreen
git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
git clone --quiet --branch 0.4.0 --depth 1 https://github.com/Sensirion/arduino-i2c-scd4x.git /home/runner/Arduino/libraries/Sensirion_I2C_SCD4x
git clone --depth 1 --branch wippersnapper https://github.com/brentru/lvgl.git /home/runner/Arduino/libraries/lvgl
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
- name: Download stable Nanopb
Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
git clone --quiet https://github.com/pstolarz/Arduino-Temperature-Control-Library.git /home/runner/Arduino/libraries/Arduino-Temperature-Control-Library
git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
git clone --quiet --branch 0.4.0 --depth 1 https://github.com/Sensirion/arduino-i2c-scd4x.git /home/runner/Arduino/libraries/Sensirion_I2C_SCD4x
- name: Download stable Nanopb
id: download-nanopb
continue-on-error: true
Expand Down

0 comments on commit bc1902e

Please sign in to comment.