Parcourir la source

Update windows.yml

pull/2682/head
Ray il y a 3 ans
committed by GitHub
Parent
révision
a598754b5b
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      .github/workflows/windows.yml

+ 1
- 2
.github/workflows/windows.yml Voir le fichier

@ -77,7 +77,6 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
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: |

Chargement…
Annuler
Enregistrer