install xvfb for ci
Some checks failed
CI / macos-xcode (push) Has been cancelled
CI / macos-scons (push) Has been cancelled
CI / win-vs32 (push) Has been cancelled
CI / win-vs64 (push) Has been cancelled
CI / win-scons (push) Has been cancelled
CI / linux (push) Has been cancelled

This commit is contained in:
2025-09-13 14:56:08 -05:00
parent 4f8de5d066
commit e74a9c3a36

View File

@@ -197,7 +197,7 @@
},
{
name: install dependencies,
run: 'sudo apt-get update && sudo apt-get install -y scons cmake libxml2-utils zlib1g libsfml-dev libboost-all-dev zenity'
run: 'sudo apt-get update && sudo apt-get install -y scons cmake xvfb libxml2-utils zlib1g libsfml-dev libboost-all-dev zenity'
},
{
name: install TGUI,