mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-08-15 06:27:44 +00:00
Fix CircleCI image setup
This commit is contained in:
@@ -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 ./...
|
||||
|
Reference in New Issue
Block a user