We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7bb10 commit a2c0757Copy full SHA for a2c0757
.github/workflows/ci.yml
@@ -21,13 +21,16 @@ jobs:
21
ci:
22
runs-on: ubuntu-latest
23
container: openmc/openmc:develop
24
+ env:
25
+ DISPLAY: ':99.0'
26
steps:
27
-
28
name: Apt dependencies
29
shell: bash
30
run: |
31
apt update
- apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 libegl-dev
32
+ apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 libegl-dev libxkbcommon-x11-0
33
+ /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
34
35
uses: actions/checkout@v2
36
0 commit comments