From 2e3b529d17ea59e7b3c88832c57caa1c46286018 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 15 May 2023 11:14:26 +0200 Subject: [PATCH] attempt to fix unmarshal error --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 22c567c..fa75586 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,9 +50,9 @@ steps: - name: build-install <<: *anchor_compiler_image - depends_on: build-success commands: - make install + depends_on: build-success # ### TODO package up the contents of .libs and maybe the public header?