Skip to content

Commit e583b16

Browse files
committed
add libgmp-dev
1 parent 1e32af0 commit e583b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github-actions/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ else
9393
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-org-8.0-archive-keyring.gpg] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/8.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
9494

9595
sudo apt-get update
96-
sudo apt-get install -y pv tree mongodb-org libqdbm14 libxml2-dev
96+
sudo apt-get install -y pv tree mongodb-org libqdbm14 libxml2-dev libgmp-dev
9797
# explicitly install. the latest version of redis-server
9898
#wget https://download.redis.io/releases/redis-6.0.9.tar.gz
9999
#tar xzf redis-6.0.9.tar.gz && cd redis-6.0.9

0 commit comments

Comments
 (0)