diff --git a/3rdparty/maintui b/3rdparty/maintui index 92a0c511..5be3597f 160000 --- a/3rdparty/maintui +++ b/3rdparty/maintui @@ -1 +1 @@ -Subproject commit 92a0c5117ac8a5567de7b95b79cf04c107820a30 +Subproject commit 5be3597f2b652a2eb137a0435d26cbd10cb133b3 diff --git a/scripts/gha/deps_win32.sh b/scripts/gha/deps_win32.sh index 2078aa62..d07c0f68 100755 --- a/scripts/gha/deps_win32.sh +++ b/scripts/gha/deps_win32.sh @@ -3,3 +3,7 @@ curl -L https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip unzip -q SDL2.zip mv SDL2-$SDL_VERSION SDL2_VC + +if [ "$GH_CPU_ARCH" = "i386" ]; then + rustup target add i686-pc-windows-msvc +fi