Skip to content

Commit

Permalink
Add X libs for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nVxx authored Mar 19, 2024
1 parent 93d7dc0 commit 2988e92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
with:
submodules: 'recursive'

- name: Install GL/X11 packages for rendering (Linux only)
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install \
libgles2-mesa-dev \
libx11-dev
if: ${{ contains(matrix.os, 'ubuntu') }}

- name: Create Build Environment
run: |
cmake -E make_directory ${{runner.workspace}}/build
Expand Down

0 comments on commit 2988e92

Please sign in to comment.