This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit ffe71ccba02996eec949bd905d718f698900d59a Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Mon May 4 20:16:41 2020 +0900 cibuild.sh: Use pip3 --- cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuild.sh b/cibuild.sh index 80de270..3e169c4 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -202,7 +202,7 @@ function xtensa-esp32-gcc-toolchain { esac fi xtensa-esp32-elf-gcc --version - pip install esptool + pip3 install esptool } function c-cache {
