Update go.yml (#157)

This commit is contained in:
liberodark 2019-11-13 14:49:59 +01:00 committed by Tim Sarbin
parent 2e05406f05
commit 738a203325
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
id: go
- name: Install dependencies
run: sudo apt-get install build-essential libx11-dev mesa-common-dev libglfw3-dev libgles2-mesa-dev libasound2-dev
run: sudo apt-get install libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libsdl2-dev libasound2-dev
- name: Check out code into the Go module directory
uses: actions/checkout@v1