diff options
| author | Ray <[email protected]> | 2020-01-09 17:33:53 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-09 17:33:53 +0100 |
| commit | 1694887f9b662593264ca4b64cf7e73cf54e54a5 (patch) | |
| tree | eec19bd76d495caf080b93a52759f5256acbbf90 /.github/workflows/ci_src_examples_win.yml | |
| parent | 0237231a8dfe8b068156850599b5030355313679 (diff) | |
| download | raylib-1694887f9b662593264ca4b64cf7e73cf54e54a5.tar.gz raylib-1694887f9b662593264ca4b64cf7e73cf54e54a5.zip | |
Update ci_src_examples_win.yml
Diffstat (limited to '.github/workflows/ci_src_examples_win.yml')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 449493c5..43b1e686 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -12,9 +12,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 .. - dir - dir .. + run: cmake -G "Visual Studio 14 2015" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib - name: Build raylib Source & Examples run: cmake --build . --target install |
