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 Mar 28, 2023
1 parent c84d255 commit 0805077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- esp32:esp32:ttgo-lora32:Revision=TTGO_LoRa32_v21new
- esp32:esp32:heltec_wireless_stick:PSRAM=disabled
- esp32:esp32:adafruit_feather_esp32s2
- esp32:esp32:featheresp32
- esp8266:esp8266:generic:dbg=Disabled
- esp8266:esp8266:generic:dbg=Serial

Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
arduino-cli lib install RadioLib@5.7.0
arduino-cli lib install "LoRa Serialization"@3.1.0
arduino-cli lib install MQTT@2.5.1
arduino-cli lib install ArduinoJson@6.21.0
arduino-cli lib install ArduinoJson@6.21.1

- name: Install platform
if: ${{ env.run-build == 'true' }}
Expand Down

0 comments on commit 0805077

Please sign in to comment.