Files
qt5/coin/provisioning/qtci-macos-14-arm/26-jq.sh
Amir Masoud Abdol d591095e7c Provisioning: Install jq
jq is used during the provisioning of vcpkg ports to extract the version
string of packages from vcpkg.json file.

Task-number: QTBUG-115715
Change-Id: I73d95b8d8399b25a9aa58855b9d65cac968618fc
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2023-12-18 06:32:00 +01:00

6 lines
46 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
brew install jq