summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-17 22:42:34 +0200
committerGitHub <[email protected]>2020-08-17 22:42:34 +0200
commit5f78b784890543f711d9adf0df01216279adb514 (patch)
tree74e49a5a9b82bb85f0b4ca9bc84e4cf7426fae0e /.github/workflows/windows.yml
parent5c097b26d4f93874b312c446aebfa3e62e1f5692 (diff)
downloadraylib-5f78b784890543f711d9adf0df01216279adb514.tar.gz
raylib-5f78b784890543f711d9adf0df01216279adb514.zip
Update windows.yml
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml3
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'