configure keyboard...
build Details

This commit is contained in:
Marcel M. Otte 2023-04-12 11:17:46 +02:00
parent de69629d22
commit fd5253ddfe
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ jobs:
run: |
# sudo apt search xorg
apt-get update
echo "1\n" | apt-get install -y xserver-xorg libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglvnd-dev libxxf86vm-dev
echo "XKBLAYOUT=us" >> /etc/default/keyboard
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