mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-24 03:42:48 +00:00
Make clear that the Win64 build is SDL3 instead of SDL2.
This commit is contained in:
parent
4b18825805
commit
ec18568bd7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/win64.yml
vendored
6
.github/workflows/win64.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue