summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-15 18:25:02 +0100
committerGitHub <[email protected]>2020-01-15 18:25:02 +0100
commit0b4af7d341ef1a3c235e9a5101d93fb9c817a27f (patch)
treed6b117fd7f249495f859095b47d35471bb1166fd /.github/workflows
parent8deac79028b41a5b447e9fa968e240b1986b3057 (diff)
downloadraylib-0b4af7d341ef1a3c235e9a5101d93fb9c817a27f.tar.gz
raylib-0b4af7d341ef1a3c235e9a5101d93fb9c817a27f.zip
Update ci_src_examples_win.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci_src_examples_win.yml2
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'