Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMaincon committed Jan 2, 2025
1 parent 941f69c commit 16910ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
version: '1.10'
- name: Install x-server
- run: apt-get update
- run: apt-get upgrade
- run: apt-get install -y cmake xorg-dev mesa-utils xvfb libgl1 freeglut3-dev
# - 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
# - run: apt-get update
# - run: apt-get upgrade
# - run: apt-get install -y cmake xorg-dev mesa-utils xvfb libgl1 freeglut3-dev
- 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 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 16910ad

Please sign in to comment.