Skip to content

Commit

Permalink
jMonkeyEngine#2279 We don't actually need such a large screen. See if…
Browse files Browse the repository at this point in the history
… that helps stability
  • Loading branch information
richardTingle committed Jun 8, 2024
1 parent 35088f5 commit 418cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "MESA_LOADER_DRIVER_OVERRIDE=llvmpipe" >> $GITHUB_ENV
- name: Start xvfb
run: |
sudo Xvfb :99 -ac -screen 0 1280x1024x16 &
sudo Xvfb :99 -ac -screen 0 1024x768x16 &
export DISPLAY=:99
echo "DISPLAY=:99" >> $GITHUB_ENV
- name: Verify Mesa3D Installation
Expand Down

0 comments on commit 418cf04

Please sign in to comment.