Skip to content

Commit 86e7f7c

Browse files
committed
fix: install
1 parent 8a37f52 commit 86e7f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install system package
3131
run: |
3232
sudo apt update
33-
sudo apt install python3-dev libssl-dev make automake gcc g++ libssl-dev
33+
sudo apt install python3-dev libssl-dev libffi-dev make automake gcc g++
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)