Skip to content

Commit c613407

Browse files
committed
fix: ci restore
1 parent d46a5f7 commit c613407

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++
33+
sudo apt install python3-dev libssl-dev make automake gcc g++ libssl-dev
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)