Update windows.yml

This commit is contained in:
Ray 2020-08-20 18:23:37 +02:00 committed by GitHub
parent 23ca58175e
commit 00b7f08ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ jobs:
set PATH=%PATH%;${{ matrix.COMPILER_PATH }} set PATH=%PATH%;${{ matrix.COMPILER_PATH }}
${{ matrix.ARCH }}-w64-mingw32-gcc.exe -v ${{ matrix.ARCH }}-w64-mingw32-gcc.exe -v
${{ matrix.COMPILER_PATH }}/windres.exe -v ${{ matrix.COMPILER_PATH }}/windres.exe -v
shell: cmd
# Setup MSBuild.exe path if required # Setup MSBuild.exe path if required
- name: Setup MSBuild - name: Setup MSBuild