Skip to content

Commit 566b09b

Browse files
committed
Update build_docs.yml
added libgl req
1 parent d3fe31b commit 566b09b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- run: apt-get update && apt-get install libgl1
1415
- uses: actions/checkout@v1
1516
# Standard drop-in approach that should work for most people.
1617
- uses: ammaraskar/sphinx-action@master

0 commit comments

Comments
 (0)