We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b0db1 commit 9140045Copy full SHA for 9140045
.github/workflows/build-rpipicow.yml
@@ -30,8 +30,7 @@ jobs:
30
pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
31
- name: Step 4 - Install library dependencies
32
run: |
33
- pio lib --global install "bblanchon/ArduinoJson"
34
- pio lib --global install "links2004/WebSockets"
+ pio pkg install -l "bblanchon/ArduinoJson" -l "links2004/WebSockets" -g
35
- name: Step 5 - Run build test using PlatformIO
36
run: pio ci --lib="." -b rpipicow
37
env:
0 commit comments