Fix CircleCI image setup

This commit is contained in:
Ivan Izaguirre 2020-06-07 18:59:25 +02:00
parent 636895a7e4
commit b375869923
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ jobs:
- image: circleci/golang:1.12
steps:
- checkout
- run: sudo apt update
- run: sudo apt install libsdl2-dev
- run: go get -d ./...
- run: go test ./...