summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-10 11:10:05 +0100
committerGitHub <[email protected]>2020-01-10 11:10:05 +0100
commit9961e3b0d7d0b6736bcbcc2ef436a89575ccfa0e (patch)
tree40f8bc04d1551b398aa5b01486aa692c341a51fa /.github
parent5997fa8fe1cb2ed90e009fe227a7771b7fa952f2 (diff)
downloadraylib-9961e3b0d7d0b6736bcbcc2ef436a89575ccfa0e.tar.gz
raylib-9961e3b0d7d0b6736bcbcc2ef436a89575ccfa0e.zip
Update ci_src_examples_win.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_src_examples_win.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml
index 0d1586d3..a497ac22 100644
--- a/.github/workflows/ci_src_examples_win.yml
+++ b/.github/workflows/ci_src_examples_win.yml
@@ -14,6 +14,6 @@ jobs:
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- 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
run: cmake --build . --target install