From 9af758867cfcc15fb8c855621552f616f453762b Mon Sep 17 00:00:00 2001 From: light7734 Date: Wed, 11 Feb 2026 11:40:37 +0330 Subject: [PATCH] ci: change powershell to pwsh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5c3c970..4203747 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ platform: steps: - name: unit tests - shell: powershell + shell: pwsh commands: - ./tools/ci/amd64/msvc/unit_tests.ps1