Skip to content

Commit 9874187

Browse files
committed
Update non-release-build_v3.0.0.yml
1 parent bea50ab commit 9874187

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/non-release-build_v3.0.0.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,18 @@ jobs:
6363
- name: Update library index
6464
run: arduino-cli lib update-index
6565

66-
# We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue
66+
# We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue - but it is not yet available
67+
#- name: Install platform
68+
# run: arduino-cli core install esp32:[email protected]
69+
70+
# So, right now, we need to use v3.0.0 and patch it
6771
- name: Install platform
68-
run: arduino-cli core install esp32:[email protected]
72+
run: arduino-cli core install esp32:[email protected]
73+
- name: Patch v3.0.0
74+
run: |
75+
cd Firmware/RTK_Everywhere/Patch/
76+
cp WiFiScan.h /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.h
77+
cp WiFiScan.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.cpp
6978
7079
- name: Get Known Libraries
7180
run: arduino-cli lib install

0 commit comments

Comments
 (0)