Update ci_src_examples_win.yml

This commit is contained in:
Ray
2020-01-10 17:05:38 +01:00
committed by GitHub
parent 2829cec720
commit e30995c65c

View File

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