Ver a proveniência

Update windows.yml

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

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

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