ci: try fix windows exec runner issue
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
9012869bf1
commit
2b27f5d82b
1 changed files with 6 additions and 0 deletions
|
@ -7,7 +7,13 @@ platform:
|
||||||
os: windows
|
os: windows
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
environment:
|
||||||
|
HOME: C:\Users\username\
|
||||||
- name: greeting
|
- name: greeting
|
||||||
commands:
|
commands:
|
||||||
- echo 'Hello from Windows 10! :D'
|
- echo 'Hello from Windows 10! :D'
|
||||||
|
|
Loading…
Add table
Reference in a new issue