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 4cfc3a2 commit bfd3249Copy full SHA for bfd3249
.github/workflows/CI.yml
@@ -19,11 +19,12 @@ jobs:
19
fail-fast: false
20
steps:
21
- uses: actions/checkout@v2
22
+ - run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
23
- uses: julia-actions/setup-julia@v2
24
with:
25
version: ${{ matrix.julia-version }}
26
arch: ${{ matrix.arch }}
27
- uses: julia-actions/cache@v2
28
- uses: julia-actions/julia-buildpkg@v1
29
- run: julia -e 'using Pkg; pkg"add Makie@${{ matrix.makie-version }}"'
- - uses: julia-actions/julia-runtest@v1
30
+ - run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project -e 'using Pkg; Pkg.test()'
0 commit comments