We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685a40d commit c5dd0d6Copy full SHA for c5dd0d6
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
go-version: ${{ matrix.go-version }}
19
- name: Install APT dependencies
20
- run: sudo apt install -y libglw1-mesa-dev libglfw3-dev libx11-dev libxcursor-dev
+ run: sudo apt install -y libglw1-mesa-dev libglfw3-dev libx11-dev libxcursor-dev libxinerama-dev
21
- name: Install Go dependencies
22
run: go get .
23
- name: Build Code
0 commit comments