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 Aug 27, 2024
1 parent d2e1bb4 commit 5832e14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
run:
|
declare -a required_libs=(
"MQTT@2.5.1"
"GxEPD2@1.5.2"
"MQTT@2.5.2"
"GxEPD2@1.5.8"
"U8g2_for_Adafruit_GFX@1.8.0"
"cQueue@2.0"
"TheengsDecoder@1.6.8"
"ArduinoJson@7.0.2"
"TheengsDecoder@1.7.8"
"ArduinoJson@7.1.0"
"pocketBME280@1.2.4"
"NimBLE-Arduino@1.4.1"
"NimBLE-Arduino@1.4.2"
"Sensirion I2C SCD4x@0.4.0"
"Sensirion Core@0.6.0"
"Sensirion Core@0.7.1"
)
for i in "${required_libs[@]}"
do
Expand Down

0 comments on commit 5832e14

Please sign in to comment.