Skip to content

Commit deefeba

Browse files
committed
im confused
Signed-off-by: faradaym <[email protected]>
1 parent dd8cc76 commit deefeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# install the Heltec ESP32 boards
5757
if [[ "${{ matrix.board }}" =~ "esp32:esp32:" ]]; then
5858
echo "[ARDUINO SETUP] Installing the Heltec ESP32 board"
59-
arduino-cli core install esp32:esp32@3.3.3 --additional-urls https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/3.0.0/package_heltec_esp32_index.json
59+
arduino-cli core install esp32:esp32@6.12.0 --additional-urls https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/3.0.0/package_heltec_esp32_index.json
6060
fi
6161
6262
- name: Install CDP

0 commit comments

Comments
 (0)