Install xorg-dev so that go-gl/glfw works

Hope this fixes it?
This commit is contained in:
Josh Deprez 2021-11-03 15:41:29 +11:00 committed by GitHub
parent fd06be1766
commit cebee212f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install xorg-dev
run: sudo apt install xorg-dev
- name: Set up Go
uses: actions/setup-go@v2