CI: install ppp for rover test

This commit is contained in:
Andrew Tridgell 2023-12-26 13:23:45 +11:00
parent 60bfcf3cdc
commit 39f029d60b
1 changed files with 1 additions and 0 deletions

View File

@ -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