Skip to content

Commit f376730

Browse files
authored
Update build.sh - apt-get install libffi-dev
1 parent 5a6b866 commit f376730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
6363
if [ -z "$OPENSSL_VERSION" ]; then
6464
apt-get install libssl-dev -y
6565
fi
66+
apt-get install libffi-dev -y
6667
elif [ -f /usr/bin/yum ]; then
6768
yum install wget zlib-devel -y
6869
if [ -z "$OPENSSL_VERSION" ]; then

0 commit comments

Comments
 (0)