From ca329bba0d96ef90ae467d63baad67b5ab2d0884 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Jan 2020 16:53:00 +0100 Subject: [PATCH] Update ci_src_examples_win.yml --- .github/workflows/ci_src_examples_win.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 0bdb223ba..33d0c1b4e 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/msvc-dev-cmd@v1.0.0 + - 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