Skip to content

Commit 0a6700a

Browse files
committed
add Y2K38Patcher to Windows CI
1 parent 6f06371 commit 0a6700a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Compile SetupPatcher
6161
run: g++ -static -o SetupPatcher.exe patches/SetupPatcher/SetupPatcher/SetupPatcher.cpp
6262

63+
- name: Compile Y2K38Patcher
64+
run: g++ -static -o SetupPatcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
65+
6366
- name: Compile IMGConverter
6467
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py
6568

@@ -108,4 +111,5 @@ jobs:
108111
CTRKViewer.exe
109112
PLAViewer.exe
110113
SetupPatcher.exe
114+
Y2K38Patcher.exe
111115
# DEV7Monitor.exe

0 commit comments

Comments
 (0)