We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56333f2 commit 2933352Copy full SHA for 2933352
1 file changed
.github/workflows/release_linux.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Install build dependencies
41
run: |
42
- sudo apt-get install -y debhelper zip imagemagick
+ sudo apt-get install -y debhelper zip imagemagick libdbus-1-dev libusb-1.0-0-dev pkg-config
43
if [ "${{ matrix.arch }}" = "x86_64" ]; then
44
sudo apt-get install -y rpm
45
fi
0 commit comments