Skip to content

Commit

Permalink
GH-Action: GLMakie needs add xvfb-run (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Sep 12, 2023
1 parent e819356 commit 5a26d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
- name: Run & export Pluto notebooks

run: |
julia -e '
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia -e '
import Pkg
Pkg.activate("pluto-deployment-environment")
Pkg.instantiate()
Expand Down

0 comments on commit 5a26d61

Please sign in to comment.