Skip to content

Commit

Permalink
add screen dpi
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Dec 30, 2023
1 parent 91566a9 commit 7ada1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install freeglut3-dev xvfb
nohup Xvfb $DISPLAY -screen 0 1400x900x24 -ac +extension GLX +render &
nohup Xvfb $DISPLAY -screen 0 1400x900x24 -dpi 96 -ac +extension GLX +extension RANDR +render &
- name: Install PDM
uses: pdm-project/setup-pdm@v3
Expand Down

0 comments on commit 7ada1a8

Please sign in to comment.