Install xvfb when using a container
Unlike the full GitHub environment, this package is not pre-installed in a "plain" Ubuntu container.
This commit is contained in:
parent
d088c61b39
commit
256d7296b2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -148,8 +148,9 @@ jobs:
|
|||
# - Python can't be installed using the action as usual because
|
||||
# it installs an ABI-incompatible version, see (wrongly, IMO)
|
||||
# closed https://github.com/actions/setup-python/issues/370
|
||||
# - xvfb is used for running the GUI tests.
|
||||
apt-get update -qq
|
||||
apt-get install -qq coreutils g++ git locales make pkg-config python3 python3-pip sudo
|
||||
apt-get install -qq coreutils g++ git locales make pkg-config python3 python3-pip sudo xvfb
|
||||
;;
|
||||
|
||||
'')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue