Make clear that the Win64 build is SDL3 instead of SDL2.

This commit is contained in:
Yamagi 2025-02-09 11:07:11 +01:00
parent 4b18825805
commit ec18568bd7

View file

@ -1,4 +1,4 @@
name: Testbuild for Win64
name: Testbuild for Win64 (SDL3)
run-name: testbuild_win64
on:
push:
@ -44,8 +44,8 @@ jobs:
shell: msys2 {0}
run: |
sed -i 's|WITH_SDL3:=no|WITH_SDL3:=yes|g' Makefile
# Public runners come with 2 CPUs.
make -j2
# Public runners come with 4 CPUs.
make -j4
- name: Create testbuild package
shell: msys2 {0}
run: |