Browse Source

Update windows.yml

pull/2682/head
Ray 2 years ago
committed by GitHub
parent
commit
4938966e76
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/windows.yml

+ 1
- 1
.github/workflows/windows.yml 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: |

Loading…
Cancel
Save