From e8844583d9d5223245f7a9858664ed9cdbfbc940 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 16 Feb 2023 12:23:58 +0100 Subject: [PATCH] Fix: go to dir --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index dcd71aa..5781a81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: environment: RUSTFLAGS: '-C target-feature=+crt-static' commands: + - cd receiver - C:\Users\doria\.cargo\bin\rustup.exe default stable - C:\Users\doria\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc