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