Skip to content

Commit

Permalink
fix ModelingToolkitDesigner issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Carman committed Sep 20, 2023
1 parent 0e61f78 commit 08941ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- name: Headless server graphics drivers
- 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
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit 08941ea

Please sign in to comment.