Explorar el Código

Update ci_src_examples_win.yml

pull/1067/head
Ray hace 5 años
cometido por GitHub
padre
commit
e30995c65c
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 2 borrados
  1. +3
    -2
      .github/workflows/ci_src_examples_win.yml

+ 3
- 2
.github/workflows/ci_src_examples_win.yml Ver fichero

@ -41,8 +41,9 @@ jobs:
mkdir build
cd build
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
# Setup MSBuild.exe path if required
- uses: warrenbuckley/Setup-MSBuild@v1
if: matrix.compiler == msvc16
- name: Setup CMake Project
run: cmake -G "${{ matrix.GENERATOR }}" ${{ matrix.ARCH }} -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib

Cargando…
Cancelar
Guardar