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 Dec 9, 2023
1 parent b678076 commit 3a4aac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
|
declare -a required_libs=(
"RadioLib@6.2.0"
"BresserWeatherSensorReceiver@0.19.5"
"ArduinoJson@6.21.3")
"BresserWeatherSensorReceiver@0.20.0"
"ArduinoJson@6.21.4")
for i in "${required_libs[@]}"
do
arduino-cli lib install "$i"
Expand Down

0 comments on commit 3a4aac2

Please sign in to comment.