Skip to content

Commit 5001d97

Browse files
committed
fix: add missing build dependencies for Debian package
1 parent 0dcbbfe commit 5001d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Debian Build Dependencies
5353
run: |
5454
sudo apt-get update
55-
sudo apt-get install -y debhelper dh-python python3-all python3-setuptools python3-wheel python3-build fakeroot
55+
sudo apt-get install -y build-essential debhelper dh-python python3-all python3-setuptools python3-wheel python3-build pybuild-plugin-pyproject fakeroot
5656
5757
- name: Build Debian Package
5858
run: |

0 commit comments

Comments
 (0)