Skip to content

Commit

Permalink
attempt to fix doc build again
Browse files Browse the repository at this point in the history
  • Loading branch information
wmvanvliet committed May 22, 2024
1 parent 00797bf commit 0836889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- name: Install 3D rendering libraries
run: |
sudo apt-get update
sudo apt-get install libosmesa6 libglx-mesa0 libopengl0 libglx0 libdbus-1-3
sudo apt-get install libosmesa6 libglx-mesa0 libopengl0 libglx0 libdbus-1-3
- name: Spin up Xvfb
run: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render -noreset;
- name: Install PyQt6 dependencies
run: |
sudo apt-get install qt6-base-dev libx11-xcb-dev
sudo apt-get install qt6-base-dev libx11-xcb-dev libxcb-cursor0
- name: Cache Pip
id: cache-pip
Expand Down

0 comments on commit 0836889

Please sign in to comment.