8000 Attempt to fix CI · maxgerhardt/ArduinoJson@afabcf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit afabcf8

Browse files
authored
Attempt to fix CI
1 parent 2ac1d26 commit afabcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/ci/platformio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -eux
22

3-
pip install --user platformio
3+
pip3 install --user platformio
44

55
case $BOARD in
66
uno)

0 commit comments

Comments
 (0)
0