Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Jun 18, 2024
1 parent 4703f30 commit fe58cf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- esp32:esp32:heltec_wifi_lora_32_V3
#- esp32:esp32:featheresp32
#- esp32:esp32:m5stack-core2
#- esp32:esp32:esp32s3_powerfeather
- esp32:esp32:esp32s3_powerfeather
- esp32:esp32:adafruit_feather_esp32s2
- rp2040:rp2040:adafruit_feather:dbgport=Serial

Expand Down Expand Up @@ -82,14 +82,14 @@ jobs:
"ESP32Time@2.0.6"
"OneWireNg@0.13.3"
"DallasTemperature@3.9.0"
"NimBLE-Arduino@1.4.1"
"NimBLE-Arduino@1.4.2"
"ATC_MiThermometer@0.4.2"
"TheengsDecoder@1.7.8"
"Preferences@2.1.0"
"ArduinoJson@7.0.4"
"M5Unified@0.1.16"
"M5Core2@0.1.9"
"powerfeather-sdk@1.0.5")
"powerfeather-sdk@1.0.6")
for i in "${required_libs[@]}"
do
arduino-cli lib install "$i"
Expand Down

0 comments on commit fe58cf3

Please sign in to comment.