Skip to content

Commit 900d9eb

Browse files
committed
fix coverity build
1 parent 159e51e commit 900d9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
set -e
2020
sudo apt-get update
21-
sudo apt-get install qt5-default qtbase5-dev libgl1-mesa-dev libarchive-dev
21+
sudo apt-get install qt5-default qtbase5-dev libgl1-mesa-dev libarchive-dev libudev-dev libusb-1.0-0-dev
2222
2323
- name: Prepare build
2424
run: |

0 commit comments

Comments
 (0)