Update windows.yml

This commit is contained in:
Ray 2022-09-01 10:45:30 +02:00 committed by GitHub
parent cabaa53302
commit 4938966e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ jobs:
make PLATFORM=PLATFORM_DESKTOP CC=${{ matrix.ARCH }}-w64-mingw32-gcc.exe RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B
cd ..
shell: cmd
if: matrix.compiler == 'mingw-w64' && bits == '64'
if: matrix.compiler == 'mingw-w64' && matrix.bits == '64'
- name: Build Library (MSVC16)
run: |