Skip to content

Commit 230e790

Browse files
fix: update submodule and added missing package
1 parent 7708bca commit 230e790

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/wheels_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
- name: Install requirements
2020
run: python -m pip install -r requirements.txt
21-
21+
- name: Install libffi-dev
22+
run: sudo apt-get update && sudo apt-get install -y libffi-dev
2223
- name: Install cibuildwheel
2324
run: python -m pip install cibuildwheel
2425
- name: Build lib

smpt

Submodule smpt updated 1 file

0 commit comments

Comments
 (0)