github [build]: Try this for Windows builds.

This commit is contained in:
Prince Frizzy 2025-03-08 06:53:02 -05:00
parent 4bbc34f0b2
commit f445e82d99
No known key found for this signature in database
GPG key ID: 3859C9AA3D65EC54

View file

@ -47,7 +47,11 @@ jobs:
with: with:
msystem: ucrt64 msystem: ucrt64
update: true update: true
pacboy: unzip:p make:p git:p mingw-w64-x86_64-gcc:p mingw-w64-x86_64-glew:p mingw-w64-x86_64-SDL2:p python3:p pacboy: make:p python3:p
with:
msystem: mingw64
update: true
pacboy: unzip:p git:p gcc:p glew:p SDL2:p
- name: Build the game - name: Build the game
run: make -j$(nproc) run: make -j$(nproc)