Do not set WINEDLLOVERRIDES for win32 CI build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-05 12:16:06 +00:00
parent 38fb8f4f7b
commit 9294970911
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -243,7 +243,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install -y binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
sudo apt-get install -yqq binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
- name: Build win32 cross-compiled
env:
CC: i686-w64-mingw32-gcc
@ -252,7 +252,7 @@ jobs:
PKG_CONFIG: "false"
#WINEARCH: "win32"
#WINEDEBUG: "-all"
WINEDLLOVERRIDES: "mscoree,mshtml="
#WINEDLLOVERRIDES: "mscoree,mshtml="
run: |
make features
make -j $(nproc)