ci: fix
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-20 08:00:23 +03:30
parent 9909f5c430
commit a74e23051c
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ steps:
- name: unit tests
shell: powershell
commands:
- ./tools/ci/steps/amd64_msvc_tests.ps1
- ./tools/ci/steps/amd64/msvc/unit-tests.ps1
---
kind: pipeline