瀏覽代碼

Update ci_src_examples_win.yml

Ray 5 年之前
父節點
當前提交
887881486b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/ci_src_examples_win.yml

+ 2 - 1
.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