mirror of https://github.com/ArduPilot/ardupilot
CI: install ppp for rover test
This commit is contained in:
parent
60bfcf3cdc
commit
39f029d60b
|
@ -192,6 +192,7 @@ jobs:
|
|||
- name: build rover ${{ matrix.toolchain }}
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get -y install ppp
|
||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
if [[ ${{ matrix.toolchain }} == "clang" ]]; then
|
||||
export CC=clang
|
||||
|
|
Loading…
Reference in New Issue