Uncomment commands
Some checks failed
Builds / XTchain (full, linux) (push) Has started running
Builds / XTchain (full, windows) (push) Has started running
Builds / XTchain (minimal, linux) (push) Has been cancelled
Builds / XTchain (minimal, windows) (push) Has been cancelled

This commit is contained in:
Aiken Harris 2025-07-09 12:48:15 +02:00 committed by CodingWorkshop Signing Team
parent eb90b2892a
commit dc7ad21703
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -487,12 +487,12 @@ wine_build
if [ ${BUILD_MINIMAL} -eq 0 ]; then
# Download and build LLVM
#llvm_fetch
#llvm_build
llvm_fetch
llvm_build
# Download and build CMake
#cmake_fetch
#cmake_build
cmake_fetch
cmake_build
# Download and build Ninja
ninja_fetch