ci: wip
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
light7734 2025-07-20 06:16:06 +03:30
parent 8df6e7967f
commit 1bdfa1fac0
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: exec type: exec
name: macrohard doors name: build msvc amd64
trigger: trigger:
branch: branch:
- main - main
@ -14,7 +14,7 @@ steps:
shell: powershell shell: powershell
commands: commands:
- echo $Env:PATH - echo $Env:PATH
- conan.exe --version - conan --version
--- ---
kind: pipeline kind: pipeline