Browse Source

Also remove WINEDEBUG from win32 builds for now, why you fail??

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
6e92e26a08
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -251,7 +251,7 @@ jobs:
EXE_WRAPPER: wine
PKG_CONFIG: "false"
#WINEARCH: "win32"
WINEDEBUG: "-all"
#WINEDEBUG: "-all"
WINEDLLOVERRIDES: "mscoree,mshtml="
run: |
make features


Loading…
Cancel
Save