Update go.yml

This commit is contained in:
Marcel M. Otte 2022-08-14 23:01:08 +02:00 committed by GitHub
parent 3b31b588a5
commit 45f4f1d68e
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 - name: setup runner
run: | run: |
# sudo apt search xorg # sudo apt search xorg
sudo apt install xserver-xorg sudo apt install -y xserver-xorg libxcursor
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2