Commit 8e0a17e 1 parent 58baeab commit 8e0a17e Copy full SHA for 8e0a17e
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
- name : Install 3rd party dependecies
56
56
run : |
57
57
pio lib -g install \
58
- https ://github.com/tzapu/WiFiManager \
58
+ file ://. \
59
59
https://github.com/bblanchon/ArduinoJson \
60
60
https://github.com/knolleary/pubsubclient
61
61
@@ -108,11 +108,11 @@ jobs:
108
108
- name : Install 3rd party dependecies
109
109
run : |
110
110
pio lib -g install \
111
- https ://github.com/tzapu/WiFiManager \
111
+ file ://. \
112
112
https://github.com/bblanchon/ArduinoJson \
113
113
https://github.com/knolleary/pubsubclient
114
114
115
115
- name : Run PlatformIO Examples
116
116
run : pio ci --board=esp32dev
117
117
env :
118
- PLATFORMIO_CI_SRC : ${{ matrix.example }}
118
+ PLATFORMIO_CI_SRC : ${{ matrix.example }}
You can’t perform that action at this time.
0 commit comments