summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci_src_examples_win.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml
index c661125c..62dded1b 100644
--- a/.github/workflows/ci_src_examples_win.yml
+++ b/.github/workflows/ci_src_examples_win.yml
@@ -1,6 +1,6 @@
name: CI - Source & Examples - Windows
-on: [push, pull_request, release]
+on: [push, pull_request]
jobs:
build:
@@ -10,6 +10,7 @@ jobs:
- 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