Skip to content

Commit 8e0a17e

Browse files
authored
Change test action to install from local directory (#1473)
* Change test action to install from local directory * Update GH action for ESP8266 as well
1 parent 58baeab commit 8e0a17e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile_examples.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install 3rd party dependecies
5656
run: |
5757
pio lib -g install \
58-
https://github.com/tzapu/WiFiManager \
58+
file://. \
5959
https://github.com/bblanchon/ArduinoJson \
6060
https://github.com/knolleary/pubsubclient
6161
@@ -108,11 +108,11 @@ jobs:
108108
- name: Install 3rd party dependecies
109109
run: |
110110
pio lib -g install \
111-
https://github.com/tzapu/WiFiManager \
111+
file://. \
112112
https://github.com/bblanchon/ArduinoJson \
113113
https://github.com/knolleary/pubsubclient
114114
115115
- name: Run PlatformIO Examples
116116
run: pio ci --board=esp32dev
117117
env:
118-
PLATFORMIO_CI_SRC: ${{ matrix.example }}
118+
PLATFORMIO_CI_SRC: ${{ matrix.example }}

0 commit comments

Comments
 (0)