Update go.yml

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

View File

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