mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-04 15:46:51 -05:00
Hopefully fixed CI error (#290)
This commit is contained in:
parent
83f7301705
commit
7bb7c35d53
@ -6,6 +6,7 @@ jobs:
|
|||||||
working_directory: /go/src/github.com/OpenDiablo2/OpenDiablo2
|
working_directory: /go/src/github.com/OpenDiablo2/OpenDiablo2
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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 get -v -t -d ./...
|
||||||
- run: go test -v ./...
|
- run: go test -v ./...
|
||||||
- run: go build .
|
- run: go build .
|
||||||
|
Loading…
Reference in New Issue
Block a user