Make debconf to understand 'noninteractive'
build Details

This commit is contained in:
Marcel M. Otte 2023-04-12 11:20:22 +02:00
parent fd5253ddfe
commit c5f7d0f9a5
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@ jobs:
- name: setup runner
run: |
# sudo apt search xorg
export DEBIAN_FRONTEND=noninteractive
apt-get update
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