Update ci_src_examples_win.yml

This commit is contained in:
Ray 2020-01-15 18:28:29 +01:00 committed by GitHub
parent 0b4af7d341
commit 56e7a75a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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