Update windows.yml

This commit is contained in:
Ray 2020-08-18 13:11:32 +02:00 committed by GitHub
parent 3fb0fa673a
commit c1ee4c3e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,10 @@ jobs:
cd src
gcc -v
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../${{ env.RELEASE_NAME }}/lib"
dir
cd ..
dir build
shell: cmd
if: matrix.compiler == 'mingw-w64'
- name: Build Library (MSVC16)