Update go.yml

This commit is contained in:
Marcel M. Otte 2022-08-14 23:09:23 +02:00 committed by GitHub
parent a92cea4afe
commit b23fd55f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: setup runner
run: |
# sudo apt search xorg
sudo apt-get install -y xserver-xorg libxcursor-dev libxrandr-dev libxinerama-dev
sudo apt-get install -y xserver-xorg libxcursor-dev libxrandr-dev libxinerama-dev libxcb-xinput-dev
- name: Set up Go
uses: actions/setup-go@v2