Update go.yml

This commit is contained in:
Marcel M. Otte 2022-08-14 22:59:01 +02:00 committed by GitHub
parent fee1d2b948
commit 3b31b588a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: setup runner
run: |
sudo apt search xorg
sudo apt install xorg-server
# sudo apt search xorg
sudo apt install xserver-xorg
- name: Set up Go
uses: actions/setup-go@v2