Skip to content

Commit

Permalink
add build-essential:native to deb build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filanov committed Jan 14, 2025
1 parent 13c2c15 commit cc906be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt update
sudo apt install -y devscripts debhelper
sudo apt install -y devscripts debhelper build-essential:native
sudo apt install dh-python python3-all python3-coverage python3-nose python3-sphinx python3-packaging
- name: Build Debian package
run: |
Expand Down

0 comments on commit cc906be

Please sign in to comment.