Skip to content

Commit a4bf702

Browse files
committed
Fix CD
1 parent dbed00f commit a4bf702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/setup-python@v4
1919
with:
2020
python-version: '3.10'
21+
- name: Install dependencies
22+
run: sudo apt-get update && sudo apt-get install -y build-essential
2123
- name: Build wheels
2224
uses: PyO3/maturin-action@v1
2325
with:

0 commit comments

Comments
 (0)