Skip to content

Commit 0dd0210

Browse files
committed
fix: jq
1 parent cbe6a64 commit 0dd0210

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ci/integ/install-deps.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ OS=$1
55

66
case "$OS" in
77
al2023|al2023-arm)
8-
dnf install -y cmake ninja-build gcc-c++ openssl-devel libcurl-devel zip tar gzip git
8+
dnf install -y cmake ninja-build gcc-c++ openssl-devel libcurl-devel zip tar gzip git jq
99
;;
1010
ubuntu)
11-
apt-get update && apt-get install -y git clang zlib1g-dev libssl-dev libcurl4-openssl-dev cmake ninja-build zip unzip curl
11+
apt-get update && apt-get install -y git clang zlib1g-dev libssl-dev libcurl4-openssl-dev cmake ninja-build zip unzip curl jq
1212
update-alternatives --set cc /usr/bin/clang
1313
update-alternatives --set c++ /usr/bin/clang++
1414
;;
1515
alpine)
16-
apk add --no-cache bash cmake curl-dev curl g++ git ninja zlib-dev zip unzip tar
16+
apk add --no-cache bash cmake curl-dev curl g++ git ninja zlib-dev zip unzip tar jq
1717
;;
1818
arch)
19-
pacman -Sy --noconfirm cmake ninja clang curl zip unzip git
19+
pacman -Sy --noconfirm cmake ninja clang curl zip unzip git jq
2020
;;
2121
*)
2222
echo "Unknown OS: $OS" && exit 1

0 commit comments

Comments
 (0)