From 4a6d2465b4e68a1ed116a73605861015548b419c Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Tue, 17 Jun 2025 19:11:39 +0300 Subject: [PATCH] Remove Qt PATH adjustment (Qt6 is symlinked) --- CI/before_install.osx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index a8fe3d094a..30822f5d00 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -12,7 +12,6 @@ brew install curl xquartz gd fontconfig freetype harfbuzz brotli s3cmd command -v ccache >/dev/null 2>&1 || brew install ccache command -v cmake >/dev/null 2>&1 || brew install cmake command -v qmake >/dev/null 2>&1 || brew install qt@6 -export PATH="/opt/homebrew/opt/qt@6/bin:$PATH" # Install deps brew install openal-soft icu4c yaml-cpp sqlite