Skip to content

Commit 9d6ef8f

Browse files
committed
Update compile-rc.yml
1 parent 986c52b commit 9d6ef8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compile-rc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
https://github.com/bblanchon/ArduinoJson.git
5050
https://github.com/knolleary/pubsubclient.git
5151
https://github.com/avinabmalla/ESP32_BleSerial.git
52-
https://github.com/nseidle/ESP32-OTA-Pull.git #Temporary fork
52+
53+
- name: Get Forks
54+
run: arduino-cli lib install --zip-path
55+
https://github.com/nseidle/ESP32-OTA-Pull/archive/refs/heads/main.zip #Temporary fork
5356

5457
#Incorporate ESP-Now patch into v2.0.4 core: https://github.com/espressif/arduino-esp32/pull/7044/files
5558
# - name: Patch ESP32 Core

0 commit comments

Comments
 (0)