Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions autobuild/mac/artifacts/autobuild_mac_1_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

echo "Install dependencies..."
python3 -m pip install aqtinstall
python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop

# add the qt binaries to the path
export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}"
export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}"
echo "::set-env name=PATH::${PATH}"
echo "the path is ${PATH}"

4 changes: 2 additions & 2 deletions autobuild/mac/codeQL/autobuild_mac_1_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

echo "Install dependencies..."
python3 -m pip install aqtinstall
python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop

# add the qt binaries to the path
export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}"
export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}"
echo "::set-env name=PATH::${PATH}"
echo "the path is ${PATH}"