Explorar el Código

Update windows.yml

pull/1357/head
Ray hace 5 años
cometido por GitHub
padre
commit
c1ee4c3e7e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      .github/workflows/windows.yml

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

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

Cargando…
Cancelar
Guardar