Install xorg-dev so that go-gl/glfw works
Hope this fixes it?
This commit is contained in:
parent
fd06be1766
commit
cebee212f1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue