From 8df6e7967f9b9722c40aa23eab3e69b8f2e75ad3 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sun, 20 Jul 2025 06:10:27 +0330 Subject: [PATCH] ci: wip --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8b7e2be..acc9a82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,9 @@ platform: steps: - name: greeting + shell: powershell commands: + - echo $Env:PATH - conan.exe --version ---