summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-09 16:55:12 +0100
committerGitHub <[email protected]>2020-01-09 16:55:12 +0100
commit7104911236ca4d22fb868adcea89224d2c2f27a7 (patch)
tree7cb9cadb2a8d4c12c18b0a0f350ec0b74b954704 /.github
parentca329bba0d96ef90ae467d63baad67b5ab2d0884 (diff)
downloadraylib-7104911236ca4d22fb868adcea89224d2c2f27a7.tar.gz
raylib-7104911236ca4d22fb868adcea89224d2c2f27a7.zip
Update ci_src_examples_win.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_src_examples_win.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml
index 33d0c1b4..a6b115bc 100644
--- a/.github/workflows/ci_src_examples_win.yml
+++ b/.github/workflows/ci_src_examples_win.yml
@@ -9,8 +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 Environment
+ 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