Fix Windows build: use powershell instead of pwsh
Some checks failed
Build App / build-windows (push) Failing after 55s
Build App / build-linux (push) Has been cancelled

The runner doesn't have PowerShell Core (pwsh) installed.
Fall back to Windows PowerShell (powershell) which is always available.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 07:40:33 -08:00
parent a8a02b7c6c
commit da0b913c63

View File

@@ -76,7 +76,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: pwsh
shell: powershell
steps:
- name: Checkout
uses: actions/checkout@v4