Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 4, 2025
1 parent 274e706 commit 0f1b88d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
cd $HOME/Arduino/libraries ;
git clone https://github.com/ThingPulse/esp8266-oled-ssd1306 ;
git clone https://github.com/arduino-libraries/MadgwickAHRS ;
git clone https://github.com/CreativeRobotics/Commander ;
cd $GITHUB_WORKSPACE ;
if [[ "$BOARD" =~ "esp32:esp32:" ]]; then
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
# https://github.com/ThingPulse/esp8266-oled-ssd1306
run: pio pkg install --library "thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays @ ^4.4.0" -g

- name: Install Commander library
# https://github.com/CreativeRobotics/Commander
run: pio pkg install --library "creativerobotics/Commander @ ^4.3.0" -g

- name: Run PlatformIO
run: pio ci --lib="." --board=esp32dev --board=esp32-c3-devkitm-1 --board=esp32-s3-devkitm-1 --board=nrf52840_dk_adafruit
env:
Expand Down

0 comments on commit 0f1b88d

Please sign in to comment.