We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a37f52 commit 86e7f7cCopy full SHA for 86e7f7c
.github/workflows/python-app.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install system package
31
run: |
32
sudo apt update
33
- sudo apt install python3-dev libssl-dev make automake gcc g++ libssl-dev
+ sudo apt install python3-dev libssl-dev libffi-dev make automake gcc g++
34
- name: Install dependencies
35
36
python -m pip install --upgrade pip
0 commit comments