Update go.yml

This commit is contained in:
Marcel M. Otte 2022-08-14 23:11:39 +02:00 committed by GitHub
parent b23fd55f95
commit b61e440690
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 libxcb-xinput-dev
sudo apt-get install -y xserver-xorg libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
- name: Set up Go
uses: actions/setup-go@v2