From d45ec0869f51a5e37c9943ed9dcc50ef5342dc4a Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Tue, 17 Jun 2025 13:23:00 +0300 Subject: [PATCH] Check if Qt6 path adjustment is still doing anything --- CI/before_install.osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index a8fe3d094a..b1c36ffae3 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -12,7 +12,7 @@ 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" +echo $PATH # Install deps brew install openal-soft icu4c yaml-cpp sqlite