From 8ebe882d5869a7d39006fa1c074ff145983f6900 Mon Sep 17 00:00:00 2001 From: light7734 Date: Wed, 11 Feb 2026 11:42:16 +0330 Subject: [PATCH] ci: change powershell to pwsh --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4203747..6582811 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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