From 2b27f5d82b41ac795693c44b5154b2f21e1d2dbe Mon Sep 17 00:00:00 2001 From: light7734 Date: Sat, 19 Jul 2025 16:03:00 +0330 Subject: [PATCH] ci: try fix windows exec runner issue --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 30bf621..ed12047 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,13 @@ platform: os: windows arch: amd64 +clone: + disable: true + steps: +- name: clone + environment: + HOME: C:\Users\username\ - name: greeting commands: - echo 'Hello from Windows 10! :D'