ci: try fix windows exec runner issue
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2025-07-19 16:03:00 +03:30
parent 9012869bf1
commit 2b27f5d82b
No known key found for this signature in database
GPG key ID: 195E37E1A0C88275

View file

@ -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'