summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-09 16:53:00 +0100
committerGitHub <[email protected]>2020-01-09 16:53:00 +0100
commitca329bba0d96ef90ae467d63baad67b5ab2d0884 (patch)
tree8bbd81fae39b6f4527e0a36d772a66390c402f8f
parentd1a4c1f789d05973ae67ff5cc648f2c29f71afaa (diff)
downloadraylib-ca329bba0d96ef90ae467d63baad67b5ab2d0884.tar.gz
raylib-ca329bba0d96ef90ae467d63baad67b5ab2d0884.zip
Update ci_src_examples_win.yml
-rw-r--r--.github/workflows/ci_src_examples_win.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml
index 0bdb223b..33d0c1b4 100644
--- a/.github/workflows/ci_src_examples_win.yml
+++ b/.github/workflows/ci_src_examples_win.yml
@@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v1
- name: Enable MSVC Developer Command Prompt
uses: ilammy/[email protected]
+ - run: mkdir build
+ - run: 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 ..
- name: Build raylib Source & Examples