mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Jenkins: Remove temporary CMake workaround as a fixed package was pushed
This commit is contained in:
parent
df61dc1b22
commit
0595c3b776
1 changed files with 0 additions and 3 deletions
|
@ -317,9 +317,6 @@ then
|
|||
done
|
||||
fi
|
||||
|
||||
# Temporary workaround for broken CMake 3.26.1-1 package.
|
||||
pacman -Qe | grep -qE "^$MINGW_PACKAGE_PREFIX-cmake 3.26.1-1$" && pacman -U --noconfirm "https://repo.msys2.org/mingw/$(echo $MSYSTEM | tr '[:upper:]' '[:lower:]')/$MINGW_PACKAGE_PREFIX-cmake-3.26.0-1-any.pkg.tar.zst"
|
||||
|
||||
# Generate a new freetype DLL for this architecture.
|
||||
rm -f "$freetype_dll"
|
||||
|
||||
|
|
Loading…
Reference in a new issue