14
Some checks failed
Build Eden Emulator (Wine Native) / build-windows-wine (push) Failing after 14m6s

This commit is contained in:
2025-12-27 07:06:04 -03:00
parent cb77b3176c
commit a7f03402cd

View File

@@ -74,11 +74,12 @@ jobs:
sed -i 's/#import site/import site/' python/python312._pth
# Download libiconv (needed for FFmpeg)
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-libiconv-1.17-3-any.pkg.tar.zst
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-libiconv-1.18-1-any.pkg.tar.zst
# Extract zst using tar (if system tar supports it) or zstd
# We installed p7zip-full, but tar with zstd is cleaner if available.
# Let's install zstd in the apt step.
tar -I zstd -xf mingw-w64-x86_64-libiconv-1.17-3-any.pkg.tar.zst -C tools/
tar -I zstd -xf mingw-w64-x86_64-libiconv-1.18-1-any.pkg.tar.zst -C tools/
# The package extracts to mingw64/, move it to iconv/
mv tools/mingw64 tools/iconv