Skip to content

Commit

Permalink
chore(rust): update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Nov 20, 2024
1 parent 3cb482c commit e3f3519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
python3 -m ensurepip
sudo apt-get update
sudo apt-get install -y pkg-config openssl libssl-dev clang
sudo apt-get install -y pkg-config openssl libssl-dev clang clang-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit e3f3519

Please sign in to comment.