From 741d70ea424ca943292e7db1c01d30148ae636a1 Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Wed, 28 Jul 2021 16:47:12 -0700 Subject: [PATCH] try to figure out why linux build isn't running --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0934c08..ae56ce2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - name: build-linux image: nimlang/nim commnds: - - nimble build -y -o:passphrase_linux + - nimble build -y -o:passphrase_linux -d:release - name: release image: plugins/gitea-release