This commit is contained in:
Googlefan
2025-02-23 04:01:47 +00:00
parent 6a8b64208c
commit 3d2f36a0bf

View File

@@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: apt-get update && apt-get install -y openssl libssl-dev pkg-config curl
- run: sudo apt-get update && sudo apt-get install -y openssl libssl-dev pkg-config curl
- name: Build wheels
uses: PyO3/maturin-action@v1
with: