Browse Source

Update ci_src_examples_win.yml

Ray 5 years ago
parent
commit
0b4af7d341
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci_src_examples_win.yml

+ 1 - 1
.github/workflows/ci_src_examples_win.yml

@@ -51,7 +51,7 @@ jobs:
    
     - name: Build MinGW Project
       run: |
-        cd ../raylib/raylib/src
+        cd ../raylib/src
         make PLATFORM=PLATFORM_DESKTOP
       if: matrix.compiler == 'mingw'