diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3927a1b5..bdbe0688 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -77,7 +77,6 @@ jobs: uses: microsoft/[email protected] if: matrix.compiler == 'msvc16' - # NOTE: The MinGW-w64 compiler provided by the host only supports 64bit compilation - name: Build Library (MinGW-w64) run: | cd src @@ -89,7 +88,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' && matrix.bits == '64' + if: matrix.compiler == 'mingw-w64' - name: Build Library (MSVC16) run: | |
