diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 643a02f8ad6..f4be3639016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,8 @@ jobs: sudo apt-get update sudo apt-get install build-essential libtool autotools-dev automake \ pkg-config bsdmainutils curl ca-certificates ccache rsync git \ - procps bison python3 python3-pip python3-setuptools python3-wheel + procps bison python3 python3-pip python3-setuptools python3-wheel \ + xvfb sudo apt-get install ${{ matrix.packages }} python3 -m pip install setuptools --upgrade