Skip to content

Commit

Permalink
Fix Qt5 check
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jan 1, 2024
1 parent 3fc6ecb commit b0a55fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx qt5-default
sudo apt-get install -y libgl1-mesa-glx qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo apt-get install -yqq libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libopengl0
/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: 'Setup xvfb'
Expand Down

0 comments on commit b0a55fc

Please sign in to comment.