Skip to content

Commit ffe71cc

Browse files
yamtxiaoxiang781216
authored andcommitted
cibuild.sh: Use pip3
1 parent 0a69e09 commit ffe71cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function xtensa-esp32-gcc-toolchain {
202202
esac
203203
fi
204204
xtensa-esp32-elf-gcc --version
205-
pip install esptool
205+
pip3 install esptool
206206
}
207207

208208
function c-cache {

0 commit comments

Comments
 (0)