Use python explicitly in pwsh
This commit is contained in:
parent
6a4eabe9fa
commit
88cdd8d3a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -74,4 +74,4 @@ jobs:
|
|||
export MSYSTEM_CHOST="$ARCH_${{ matrix.bits }}-pc-msys"
|
||||
./scripts/build.sh --compiler ${{ matrix.compiler }} --build-type Debug --bin-path /mingw${{ matrix.bits }}/bin
|
||||
- name: Debug Warnings
|
||||
run: '.\scripts\count-warnings.py -m $env:MAX_WARNINGS_${{ matrix.compiler }}_${{ matrix.bits }}bit_Debug build.log'
|
||||
run: python scripts\count-warnings.py -m $env:MAX_WARNINGS_${{ matrix.compiler }}_${{ matrix.bits }}bit_Debug build.log
|
||||
|
|
Loading…
Add table
Reference in a new issue