Ver a proveniência

Update windows.yml

pull/2682/head
Ray há 3 anos
committed by GitHub
ascendente
cometimento
4938966e76
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      .github/workflows/windows.yml

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

@ -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: |

Carregando…
Cancelar
Guardar