Skip to content

Commit

Permalink
fix Debian build in CI (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 30, 2025
1 parent 9e7c56a commit ce7556e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies 📦
run: sudo apt-get update && sudo apt-get install -y dh-python devscripts fakeroot debhelper python3-all python3-setuptools
run: sudo apt-get update && sudo apt-get install -y dh-python devscripts fakeroot debhelper python3-all python3-setuptools build-essential
- name: Install requirements 📦
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit ce7556e

Please sign in to comment.