14
Some checks failed
Build Eden Emulator (Wine Native) / build-windows-wine (push) Failing after 14m6s
Some checks failed
Build Eden Emulator (Wine Native) / build-windows-wine (push) Failing after 14m6s
This commit is contained in:
@@ -74,11 +74,12 @@ jobs:
|
|||||||
sed -i 's/#import site/import site/' python/python312._pth
|
sed -i 's/#import site/import site/' python/python312._pth
|
||||||
|
|
||||||
# Download libiconv (needed for FFmpeg)
|
# 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
|
# Extract zst using tar (if system tar supports it) or zstd
|
||||||
# We installed p7zip-full, but tar with zstd is cleaner if available.
|
# We installed p7zip-full, but tar with zstd is cleaner if available.
|
||||||
# Let's install zstd in the apt step.
|
# 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/
|
# The package extracts to mingw64/, move it to iconv/
|
||||||
mv tools/mingw64 tools/iconv
|
mv tools/mingw64 tools/iconv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user