Skip to content

Commit 105c6e6

Browse files
author
Shadowfetch
committed
Provide the complete Debian package build toolchain in CI
1 parent 2c13c3c commit 105c6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install source and package test dependencies
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y debhelper dh-python devscripts fakeroot python3 python3-yaml python3-pyqt6 python3-dbus python3-psutil shellcheck desktop-file-utils bubblewrap ffmpeg
28+
sudo apt-get install -y build-essential debhelper dh-python devscripts fakeroot python3 python3-yaml python3-pyqt6 python3-dbus python3-psutil shellcheck desktop-file-utils bubblewrap ffmpeg
2929
- name: Test behavior
3030
run: make test
3131
- name: Validate source syntax and desktop entries

0 commit comments

Comments
 (0)