diff --git a/.drone.yml b/.drone.yml index cfbf817..92e3129 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: - name: test image: golang:1.13 commands: + - apt update && apt install -y libcairo2-dev - go get ./... - go get github.com/ungerik/go-cairo - go test ./...