diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 02f7e3cd..9240620d 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.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' |
