tools/ci/cibuild.sh: Fix destination path 'pinguino-compilers' already exists and is not an empty directory.
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
0a23bfea03
commit
3c99c5cf45
@ -253,7 +253,7 @@ function kconfig-frontends {
|
||||
}
|
||||
|
||||
function mips-gcc-toolchain {
|
||||
if [ ! -f "${tools}/pinguino-compilers" ]; then
|
||||
if [ ! -d "${tools}/pinguino-compilers" ]; then
|
||||
cd "${tools}"
|
||||
git clone https://github.com/PinguinoIDE/pinguino-compilers
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user