summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 06948c5..e58ab2f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -58,6 +58,7 @@ steps:
- name: test
image: golang:alpine
commands:
+ - apk add gcc musl-dev # apparently still needed
- go test -v ./...
- name: deploy