diff options
| author | Ray <[email protected]> | 2020-08-17 22:42:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-17 22:42:34 +0200 |
| commit | 5f78b784890543f711d9adf0df01216279adb514 (patch) | |
| tree | 74e49a5a9b82bb85f0b4ca9bc84e4cf7426fae0e /.github/workflows/windows.yml | |
| parent | 5c097b26d4f93874b312c446aebfa3e62e1f5692 (diff) | |
| download | raylib-5f78b784890543f711d9adf0df01216279adb514.tar.gz raylib-5f78b784890543f711d9adf0df01216279adb514.zip | |
Update windows.yml
Diffstat (limited to '.github/workflows/windows.yml')
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2282fbbc..f03eac2e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -54,7 +54,8 @@ jobs: run: | cd src make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64" - make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64" -B + make clean + make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64" cd .. if: matrix.compiler == 'mingw-w64' |
