From 253a8216a2da3ec13705c81e5a77ec2aabab3454 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sun, 20 Jul 2025 06:34:22 +0330 Subject: [PATCH] ci: wip --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9ab5dd2..76068e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: greeting shell: powershell commands: - - python -u "$(Get-Command conan | Select-Object -ExpandProperty Source)" --version + - python.exe -u "$(Get-Command conan | Select-Object -ExpandProperty Source)" --version --- kind: pipeline