We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a829138 commit 82f62f6Copy full SHA for 82f62f6
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/setup-python@v4
25
with:
26
python-version: '3.10'
27
- - name: Install openssll
+ - name: Install openssl
28
run: sudo apt-get install libssl-dev
29
- name: Build wheels
30
uses: PyO3/maturin-action@v1
0 commit comments