Skip to content

Commit

Permalink
Try with freeglut #37
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Jul 25, 2024
1 parent 8f74fda commit dfc1a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run tests using xvfb (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install xvfb libxkbcommon-x11-0 libgl1
sudo apt-get install xvfb libxkbcommon-x11-0 libgl1 freeglut3-dev
sudo Xvfb :1 -screen 0 1024x768x24 </dev/null &
export DISPLAY=":1"
export LD_LIBRARY_PATH=$pythonLocation"/lib/python3.6/site-packages/PySide2/Qt/plugins/platfoms"
Expand Down

0 comments on commit dfc1a5a

Please sign in to comment.