Tools: don't install MAVProxy submodule Cesium on CI

This commit is contained in:
Pierre Kancir 2021-09-01 15:15:22 +02:00 committed by Peter Barker
parent e5c35d399c
commit 2e71c6fc98

View File

@ -43,7 +43,7 @@ function run_autotest() {
if [ $mavproxy_installed -eq 0 ]; then
echo "Installing MAVProxy"
pushd /tmp
git clone --recursive https://github.com/ardupilot/MAVProxy
git clone https://github.com/ardupilot/MAVProxy
pushd MAVProxy
python setup.py build install --user --force
popd