Skip to content

Commit

Permalink
Include more build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzardx committed Jan 12, 2025
1 parent 24528b3 commit be50626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

- name: Install build dependencies
run: |
sudo apt-get install -y build-essential
sudo apt-get update
sudo apt-get install -y build-essential python3-dev libffi-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit be50626

Please sign in to comment.