Update ci_src_examples_win.yml
This commit is contained in:
parent
5997fa8fe1
commit
9961e3b0d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_src_examples_win.yml
vendored
2
.github/workflows/ci_src_examples_win.yml
vendored
|
@ -14,6 +14,6 @@ jobs:
|
||||||
- name: Setup MSBuild.exe
|
- name: Setup MSBuild.exe
|
||||||
uses: warrenbuckley/Setup-MSBuild@v1
|
uses: warrenbuckley/Setup-MSBuild@v1
|
||||||
- name: Setup CMake Project
|
- name: Setup CMake Project
|
||||||
run: cmake -G "Visual Studio 15 2017" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
|
run: cmake -G "Visual Studio 16 2019" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
|
||||||
- name: Build raylib Source & Examples
|
- name: Build raylib Source & Examples
|
||||||
run: cmake --build . --target install
|
run: cmake --build . --target install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue