Update ci_src_examples_win.yml
This commit is contained in:
parent
bc07636d6b
commit
18c309fb38
2
.github/workflows/ci_src_examples_win.yml
vendored
2
.github/workflows/ci_src_examples_win.yml
vendored
@ -14,6 +14,6 @@ jobs:
|
||||
mkdir build
|
||||
cd build
|
||||
- name: Setup CMake Project
|
||||
run: cmake -G Visual Studio 14 2015 -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ..
|
||||
run: cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ..
|
||||
- name: Build raylib Source & Examples
|
||||
run: cmake --build . --target install
|
||||
|
Loading…
Reference in New Issue
Block a user