From bc07636d6bf730ec7ca197a81581be37d8f9a116 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Jan 2020 17:06:34 +0100 Subject: [PATCH] Update ci_src_examples_win.yml --- .github/workflows/ci_src_examples_win.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index a6b115bc4..8c95ba47e 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -10,7 +10,9 @@ jobs: - name: Enable MSVC Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1.0.0 - name: Setup Environment - run: mkdir build && cd build + run: | + 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 .. - name: Build raylib Source & Examples