Skip to content

Commit eb2209d

Browse files
committed
Attempt at fixing CI compilation
1 parent c182b8e commit eb2209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install --upgrade platformio
3434
- name: Install library dependencies
35-
run: pio pkg install -l "paulstoffregen/Time@^1.6"
35+
run: pio pkg install -g -l "paulstoffregen/Time@^1.6"
3636
- name: Run PlatformIO
3737
run: pio ci --lib="." --board=nodemcuv2 --board=d1_mini --board=esp-wrover-kit --board=esp32doit-devkit-v1
3838
env:

0 commit comments

Comments
 (0)