Skip to content

Commit

Permalink
fix every step must define a uses or run key
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Carman committed Sep 20, 2023
1 parent 08941ea commit c7f112d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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()'
Expand Down

0 comments on commit c7f112d

Please sign in to comment.