mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-01-14 23:30:31 +00:00
Fix CircleCI image setup
This commit is contained in:
parent
636895a7e4
commit
b375869923
@ -5,6 +5,7 @@ jobs:
|
|||||||
- image: circleci/golang:1.12
|
- image: circleci/golang:1.12
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: sudo apt update
|
||||||
- run: sudo apt install libsdl2-dev
|
- run: sudo apt install libsdl2-dev
|
||||||
- run: go get -d ./...
|
- run: go get -d ./...
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user