Skip to content

Commit

Permalink
Update non-release-build_v3.0.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Jun 4, 2024
1 parent bea50ab commit 9874187
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/non-release-build_v3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,18 @@ jobs:
- name: Update library index
run: arduino-cli lib update-index

# We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue
# We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue - but it is not yet available
#- name: Install platform
# run: arduino-cli core install esp32:[email protected]

# So, right now, we need to use v3.0.0 and patch it
- name: Install platform
run: arduino-cli core install esp32:[email protected]
run: arduino-cli core install esp32:[email protected]
- name: Patch v3.0.0
run: |
cd Firmware/RTK_Everywhere/Patch/
cp WiFiScan.h /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.h
cp WiFiScan.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.cpp
- name: Get Known Libraries
run: arduino-cli lib install
Expand Down

0 comments on commit 9874187

Please sign in to comment.