diff options
Diffstat (limited to '.github/workflows/ci_src_examples_win.yml')
| -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 9240620d..74658f98 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -52,7 +52,7 @@ jobs: - name: Build MinGW Project run: | cd ../raylib/src - make PLATFORM=PLATFORM_DESKTOP + make PLATFORM=PLATFORM_DESKTOP CC=gcc if: matrix.compiler == 'mingw' - name: Setup CMake Project |
