use powershell instead of pwsh
All checks were successful
memory-limit / Build judge (push) Successful in 13s
memory-limit / Linux / clang (push) Successful in 10s
memory-limit / Linux / gcc (push) Successful in 10s
memory-limit / Windows / clang (push) Successful in 11s
memory-limit / Windows / msvc (push) Successful in 13s

This commit is contained in:
2026-04-11 00:00:13 +03:00
parent 5197e8d5ec
commit 358e3146bc

View File

@@ -128,7 +128,7 @@ jobs:
- name: Assert enforcement (Windows)
if: matrix.toolchain.system == 'Windows'
shell: pwsh
shell: powershell
working-directory: ${{ env.EXAMPLE_DIR }}
run: |
$ErrorActionPreference = 'Stop'