1 parent 2c13c3c commit 105c6e6Copy full SHA for 105c6e6
1 file changed
.github/workflows/build-iso.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install source and package test dependencies
26
run: |
27
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
+ 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
29
- name: Test behavior
30
run: make test
31
- name: Validate source syntax and desktop entries
0 commit comments