Hopefully fixed CI error (#290)

This commit is contained in:
Tim Sarbin 2020-02-02 18:26:53 -05:00 committed by GitHub
parent 83f7301705
commit 7bb7c35d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ jobs:
working_directory: /go/src/github.com/OpenDiablo2/OpenDiablo2
steps:
- checkout
- run: sudo apt-get install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libsdl2-dev libasound2-dev > /dev/null 2>&1
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build .