Update ci_src_examples_win.yml

This commit is contained in:
Ray 2020-01-10 15:58:29 +01:00 committed by GitHub
parent c77f97c84a
commit 31af42ee8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
uses: warrenbuckley/Setup-MSBuild@v1
- name: Setup CMake Project
run: cmake -G $GENERATOR -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
run: cmake -G ${{ matrix.GENERATOR }} -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
- name: Build raylib Source & Examples
run: cmake --build . --target install