From 5377c1cc823c63d5d32abcd04c78fc44e5800e4c Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:02:48 +0200 Subject: [PATCH] Looks like sh-on-windows isn't working. --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 03e02895a..02f9d8c85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ build: image: teaci/msys32 - shell: sh + pull: true + shell: mingw32 commands: - make PREFIX=/tmp/acki +ack -- 2.34.1