Skip to content

Commit

Permalink
Only console users are allowed to run the X server
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 5, 2024
1 parent 4a8666a commit 0d2ae00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
submodules: true
- name: Install X libraries (ubuntu)
if: ${{ ! matrix.is_mac }}
# https://unix.stackexchange.com/a/529945/396284
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev xserver-xephyr xinit xorg
echo 'allowed_users = anybody' >> /etc/X11/Xwrapper.config
startx
- name: Install X libraries (mac)
if: ${{ matrix.is_mac }}
Expand Down

0 comments on commit 0d2ae00

Please sign in to comment.