This commit is contained in:
Marcel M. Otte 2023-04-12 11:13:53 +02:00
parent 0d4f5c9ef5
commit de69629d22
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
run: |
# sudo apt search xorg
apt-get update
apt-get install -y xserver-xorg libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglvnd-dev libxxf86vm-dev
echo "1\n" | apt-get install -y xserver-xorg libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglvnd-dev libxxf86vm-dev
- name: Set up Go
uses: https://github.com/actions/setup-go@v2