Skip to content

Commit

Permalink
updated xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
cheind committed Oct 28, 2023
1 parent 00a98fb commit d2cac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y mesa-utils xvfb libgl1-mesa-dev
sudo /usr/bin/Xvfb :0 -screen 0 1280x1024x24 &
- name: Test glxinfo
run: |
sudo /usr/bin/Xvfb :0 -screen 0 1280x1024x24 &
glxinfo
- name: Download Blender
run: |
Expand Down

0 comments on commit d2cac0b

Please sign in to comment.