Skip to content

Commit

Permalink
Fix CI linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfloyd committed Oct 29, 2021
1 parent 7e38918 commit e7dc8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- run: go get -u golang.org/x/lint/golint
- run: sudo apt install libegl1-mesa-dev libgl1-mesa-dev libglfw3-dev
- run: sudo apt install libxcursor-dev libxinerama-dev libxi-dev
- run: sudo apt install libxcursor-dev libxinerama-dev libxi-dev libxxf86vm-dev
- run: sudo apt install libusb-1.0-0-dev libfreenect-dev
- run: go mod download

Expand Down

0 comments on commit e7dc8c6

Please sign in to comment.