8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb5ad commit b647471Copy full SHA for b647471
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
with:
83
python-version: '3.10'
84
- name: Install openssl deps
85
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+ run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew install openssl
86
- name: Build wheels
87
uses: PyO3/maturin-action@v1
88
0 commit comments