Skip to content

Commit 83001ae

Browse files
committed
Debug wine
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 7b6498b commit 83001ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
CXX: i686-w64-mingw32-g++
192192
EXE_WRAPPER: wine
193193
PKG_CONFIG: "false"
194-
WINEDEBUG: "-all"
194+
#WINEDEBUG: "-all"
195195
run: |
196196
make features
197197
make -j $(nproc)
@@ -222,7 +222,7 @@ jobs:
222222
CXX: x86_64-w64-mingw32-g++
223223
EXE_WRAPPER: wine
224224
PKG_CONFIG: "false"
225-
WINEDEBUG: "-all"
225+
#WINEDEBUG: "-all"
226226
run: |
227227
make features
228228
make -j $(nproc)

0 commit comments

Comments
 (0)