Skip to content

Commit

Permalink
Tools: don't install MAVProxy submodule Cesium on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Sep 3, 2021
1 parent e5c35d3 commit 2e71c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e71c6f

Please sign in to comment.