Skip to content

Commit 9140045

Browse files
authored
Update to "pio pkg install" instead "pio lib install"
1 parent a3b0db1 commit 9140045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-rpipicow.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
3131
- name: Step 4 - Install library dependencies
3232
run: |
33-
pio lib --global install "bblanchon/ArduinoJson"
34-
pio lib --global install "links2004/WebSockets"
33+
pio pkg install -l "bblanchon/ArduinoJson" -l "links2004/WebSockets" -g
3534
- name: Step 5 - Run build test using PlatformIO
3635
run: pio ci --lib="." -b rpipicow
3736
env:

0 commit comments

Comments
 (0)