From 27ee6147205e3027c384f6f196298cca9b9d2abd Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 16 Feb 2023 12:24:32 +0100 Subject: [PATCH] Chore: remove rustup step --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5781a81..0d34207 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,7 @@ steps: 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 + - C:\Users\doria\.cargo\bin\cargo.exe build --release --target stabe-x86_64-pc-windows-msvc trigger: branch: