Skip to content

Commit 194b5ff

Browse files
committed
try with updates Windows CI
1 parent 0cf4217 commit 194b5ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: g++ -static -mwindows -o LoaderMDO.exe rewritten-modern-software/LoaderMDO/LoaderMDO/LoaderMDO.cpp
2929

3030
- name: Compile BCD1Creator
31-
run: g++ -static -o BCD1Creator.exe tools/BCD1Creator/BCD1Creator.cpp
31+
run: g++ -I. -static -o BCD1Creator.exe tools/BCD1Creator/BCD1Creator.cpp
3232

3333
- name: Compile DEV7Launcher
3434
run: g++ -I. -static -o DEV7Launcher.exe tools/DEV7Launcher/DEV7Launcher.cpp
@@ -37,7 +37,7 @@ jobs:
3737
run: g++ -static -o OBJDumper.exe tools/OBJDumper/OBJDumper.cpp
3838

3939
- name: Compile ModelPathDumper
40-
run: g++ -static -o ModelPathDumper.exe tools/ModelPathDumper/ModelPathDumper.cpp
40+
run: g++ -I. -static -o ModelPathDumper.exe tools/ModelPathDumper/ModelPathDumper.cpp
4141

4242
- name: Compile SYSTEM (Modern Version)
4343
run: g++ -static -mwindows -o SYSTEM.EXE rewritten-modern-software/SYSTEM/SYSTEM/SYSTEM.cpp

0 commit comments

Comments
 (0)