Skip to content

Commit b2a4b69

Browse files
committed
pio tweaks
1 parent 4b1c449 commit b2a4b69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/platformio.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
mkdir -p tests/test_https
4545
cp examples/HTTP/HTTP.ino tests/test_http/main.cpp
4646
cp examples/HTTP/HTTPS.ino tests/test_https/main.cpp
47-
# pio lib install --no-save file://$(realpath ./)
47+
# globally install the esp32FOTA library from local folder, don't update the platformio.ini
48+
pio lib install --no-save file://$(realpath ./)
4849
pio run
4950
5051
lint:

0 commit comments

Comments
 (0)