Skip to content

Commit

Permalink
install xvfb-run for GLMakie
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jun 7, 2024
1 parent 6ed1299 commit 9c502c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ExportPluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Checkout this repository
uses: actions/checkout@v3

- name: Install GLMakie dependencies
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

- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
Expand All @@ -45,7 +48,7 @@ jobs:
- name: Run & export Pluto notebooks
run: |
julia -e 'using Pkg
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia -e 'using Pkg
Pkg.activate(mktempdir())
Pkg.add([
Pkg.PackageSpec(name="PlutoSliderServer", version="0.3.2-0.3"),
Expand Down

0 comments on commit 9c502c2

Please sign in to comment.