From 9b117fc12486836ea1e44ee03af13fd787ff28b4 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 17 Feb 2023 20:35:55 +0100 Subject: [PATCH] CI: use complete path --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 53d8d0d..ac4188c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,11 +8,10 @@ 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 - - cargo.exe build --release --target x86_64-pc-windows-msvc + - 'C:\Users\drone\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc' - name: sign commands: