Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 3, 2024
1 parent 09cbdbf commit 7063a24
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 @@ -76,8 +76,8 @@ jobs:
|
#declare -a required_libs=("https://github.com/matthias-bs/BresserWeatherSensorReceiver.git"
declare -a required_libs=(
"RadioLib@6.5.0"
"BresserWeatherSensorReceiver@0.28.2"
"RadioLib@6.6.0"
"BresserWeatherSensorReceiver@0.28.3"
"LoRa Serialization@3.2.1"
"ESP32Time@2.0.6"
"OneWireNg@0.13.3"
Expand All @@ -87,7 +87,7 @@ jobs:
"TheengsDecoder@1.7.5"
"Preferences@2.1.0"
"ArduinoJson@7.0.4"
"M5Unified@0.1.13"
"M5Unified@0.1.16"
"M5Core2@0.1.9"
"powerfeather-sdk@1.0.5")
for i in "${required_libs[@]}"
Expand Down

0 comments on commit 7063a24

Please sign in to comment.