Ver código fonte

Update windows.yml

pull/2682/head
Ray 2 anos atrás
committed by GitHub
pai
commit
cabaa53302
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      .github/workflows/windows.yml

+ 1
- 1
.github/workflows/windows.yml Ver arquivo

@ -79,6 +79,7 @@ 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
@ -91,7 +92,6 @@ 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
# NOTE: The MinGW-w64 compiler provided by the host only supports 64bit compilation
if: matrix.compiler == 'mingw-w64' && bits == '64'
- name: Build Library (MSVC16)

Carregando…
Cancelar
Salvar