1
0
Fork 0

Use python explicitly in pwsh

This commit is contained in:
Patryk Obara 2019-12-07 13:15:18 +01:00 committed by Patryk Obara
parent 6a4eabe9fa
commit 88cdd8d3a0

View file

@ -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