From 1b26bc0be632283986958c7381728973db33cca9 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 16 Feb 2023 12:33:03 +0100 Subject: [PATCH] Feat: print user info --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5781a81..5f1d5e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: environment: RUSTFLAGS: '-C target-feature=+crt-static' commands: + - whoami - 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