Skip to content

Commit

Permalink
ci install libffi-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Sep 3, 2023
1 parent 4f8bb22 commit 2a366da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
apt-get update
apt-get install wget -y
if [ -z "$OPENSSL_VERSION" ]; then
apt-get install libffi libssl-dev -y
apt-get install libffi-dev libssl-dev -y
fi
elif [ -f /usr/bin/yum ]; then
yum install wget zlib-devel -y
Expand Down

0 comments on commit 2a366da

Please sign in to comment.