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