ci: change powershell to pwsh
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2026-02-11 11:42:16 +03:30
parent 9af758867c
commit 8ebe882d58
Signed by: light7734
GPG key ID: E7CE6145374F0B5F

View file

@ -13,9 +13,9 @@ platform:
steps:
- name: unit tests
shell: pwsh
shell: powershell
commands:
- ./tools/ci/amd64/msvc/unit_tests.ps1
- pwsh ./tools/ci/amd64/msvc/unit_tests.ps1
---
kind: pipeline