Skip to content

Commit a9d2fdc

Browse files
committed
next try to fix ci
1 parent f074606 commit a9d2fdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
Inspector-tests:
4949
name: NetworkDynamicsInspector.jl Tests
5050
runs-on: ubuntu-latest
51+
env:
52+
DISPLAY: ":99"
53+
LIBGL_ALWAYS_SOFTWARE: "1"
54+
MESA_GL_VERSION_OVERRIDE: "4.5"
55+
MESA_GLSL_VERSION_OVERRIDE: "450"
5156
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
5257
actions: write
5358
contents: read

0 commit comments

Comments
 (0)