diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2815cae..b3a6b56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)