ci: change powershell to pwsh
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
9af758867c
commit
8ebe882d58
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
shell: pwsh
|
shell: powershell
|
||||||
commands:
|
commands:
|
||||||
- ./tools/ci/amd64/msvc/unit_tests.ps1
|
- pwsh ./tools/ci/amd64/msvc/unit_tests.ps1
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue