From e581c1d5626cd801fa9bbb97a9b78456ef6175b3 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 17 Feb 2023 20:32:40 +0100 Subject: [PATCH] CI: add .cargo/bin to path --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 8b94211..8589cac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: - name: build environment: RUSTFLAGS: '-C target-feature=+crt-static' + PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\CMake\bin;C:\Users\drone\.cargo\bin commands: - whoami - cd receiver