summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-17 22:48:12 +0200
committerGitHub <[email protected]>2020-08-17 22:48:12 +0200
commiteb8cf7e4d2b81accab7a63aa08df019e1d16394c (patch)
treeca015a61a9f7c1c2470dae3522a8ffd321b409bc /.github/workflows
parent5f78b784890543f711d9adf0df01216279adb514 (diff)
downloadraylib-eb8cf7e4d2b81accab7a63aa08df019e1d16394c.tar.gz
raylib-eb8cf7e4d2b81accab7a63aa08df019e1d16394c.zip
Update windows.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f03eac2e..b66e827a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -14,7 +14,7 @@ jobs:
include:
- compiler: mingw-w64
bits: 32
- CFLAGS: -m32
+ CFLAGS: -m64
- compiler: mingw-w64
bits: 64
CFLAGS: -m64
@@ -54,7 +54,7 @@ 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 clean
+ make SHELL=cmd 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'