Skip to content

Commit

Permalink
ci: ubuntu add build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 29, 2024
1 parent caa97d1 commit d822d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x

- name: Install deps
run: |
sudo apt-get -y update
sudo apt-get -y install build-essential libssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit d822d10

Please sign in to comment.