From 4ec9b50b1c9a129bd2b2326e566a91d359f0a330 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Thu, 27 Oct 2022 22:03:00 +0200 Subject: [PATCH] fix lib path for simavr in pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e8d7926..41e3d5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: embedded tests commands: - cd gateway - - pio test -e embedded --without-uploading + - LD_LIBRARY_PATH=~/.platformio/packages/tool-simavr/lib/ pio test -e embedded --without-uploading - name: upload firmware commands: