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
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:
@@ -128,7 +128,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Assert enforcement (Windows)
|
- name: Assert enforcement (Windows)
|
||||||
if: matrix.toolchain.system == 'Windows'
|
if: matrix.toolchain.system == 'Windows'
|
||||||
shell: pwsh
|
shell: powershell
|
||||||
working-directory: ${{ env.EXAMPLE_DIR }}
|
working-directory: ${{ env.EXAMPLE_DIR }}
|
||||||
run: |
|
run: |
|
||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
|
|||||||
Reference in New Issue
Block a user