Ver código fonte

Update windows.yml

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

+ 3
- 0
.github/workflows/windows.yml Ver arquivo

@ -57,7 +57,10 @@ jobs:
cd src
gcc -v
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../${{ env.RELEASE_NAME }}/lib"
dir
cd ..
dir build
shell: cmd
if: matrix.compiler == 'mingw-w64'
- name: Build Library (MSVC16)

Carregando…
Cancelar
Salvar