Skip to content

Commit

Permalink
Make X libs install step not conditional for update docs. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
nVxx authored Mar 19, 2024
1 parent df6cc11 commit 395fc4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
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: |
Expand Down

0 comments on commit 395fc4e

Please sign in to comment.