chore: add libffi

missing libffi fails coincurve installation
This commit is contained in:
Lakshya Singh
2025-06-21 07:11:20 +05:30
committed by madelinevibes
parent c468dda59c
commit b0360eac21

View File

@@ -45,7 +45,8 @@ jobs:
jq \
protobuf \
curl \
uv
uv \
libffi
python3.10 -m ensurepip
python3.10 -m pip install --upgrade pip