Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit 3e9aef6

Browse files
levleontievcodexclaude
authored
fix(ci): add build-essential to build-deb job (closes #86) (#87)
dpkg-buildpackage fails with "Unmet build dependencies: build-essential:native" because the CI step only installs debhelper and devscripts but not build-essential, which is required by debian/control. Co-authored-by: Codex <codex@openai.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent da29098 commit 3e9aef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install build dependencies
116116
run: |
117117
sudo apt-get update
118-
sudo apt-get install -y debhelper devscripts
118+
sudo apt-get install -y build-essential debhelper devscripts
119119
120120
- name: Update changelog version
121121
run: |

0 commit comments

Comments
 (0)