We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c182b8e commit eb2209dCopy full SHA for eb2209d
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m pip install --upgrade pip
33
pip install --upgrade platformio
34
- name: Install library dependencies
35
- run: pio pkg install -l "paulstoffregen/Time@^1.6"
+ run: pio pkg install -g -l "paulstoffregen/Time@^1.6"
36
- name: Run PlatformIO
37
run: pio ci --lib="." --board=nodemcuv2 --board=d1_mini --board=esp-wrover-kit --board=esp32doit-devkit-v1
38
env:
0 commit comments