diff --git a/.github/workflows/arduino-compile.yml b/.github/workflows/arduino-compile.yml index 8bd8f6a4..56f5c7f6 100644 --- a/.github/workflows/arduino-compile.yml +++ b/.github/workflows/arduino-compile.yml @@ -30,7 +30,7 @@ jobs: - source-path: ./ - name: TBPubSubClient - name: ArduinoHttpClient - - name: ArduinoJson, version: 6.12.4 + - { name: ArduinoJson, version: 6.12.4 } - name: StreamUtils - name: WiFiEsp - name: TinyGSM diff --git a/.github/workflows/esp32-compile.yml b/.github/workflows/esp32-compile.yml index 326922d5..4dfb484a 100644 --- a/.github/workflows/esp32-compile.yml +++ b/.github/workflows/esp32-compile.yml @@ -30,7 +30,7 @@ jobs: - source-path: ./ - name: TBPubSubClient - name: ArduinoHttpClient - - name: ArduinoJson, version: 6.12.4 + - { name: ArduinoJson, version: 6.12.4 } - name: StreamUtils strategy: diff --git a/.github/workflows/esp8266-compile.yml b/.github/workflows/esp8266-compile.yml index 01bb2cf5..81fb968e 100644 --- a/.github/workflows/esp8266-compile.yml +++ b/.github/workflows/esp8266-compile.yml @@ -30,7 +30,7 @@ jobs: - source-path: ./ - name: TBPubSubClient - name: ArduinoHttpClient - - name: ArduinoJson, version: 6.12.4 + - { name: ArduinoJson, version: 6.12.4 } - name: Seeed_Arduino_mbedtls - name: StreamUtils