From 73fc23b95518f3d8d642c3097cc540e7f5212fa2 Mon Sep 17 00:00:00 2001 From: Dakoda Greaves Date: Sat, 23 Mar 2024 18:28:57 -0700 Subject: [PATCH] Enable xvfb in travis to allow running test_bitcoin-qt Avoids following error: QXcbConnection: Could not connect to display Cherry-picked from: 9576b015a107b98fc950c574ed01d993b388d7c9 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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