From e98932e3365450ae424046e6769fbf1639cf3f0c Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Thu, 5 Dec 2024 13:27:07 +0100 Subject: [PATCH] switching to debian --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 75a8bfc..ed51447 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ name: default steps: - name: Test - image: alpine + image: debian commands: - - apk add --no-cache make gcc libc-dev bash - make test