Skip to content

Commit b10e496

Browse files
committed
Added libusb dependency to codeql
1 parent 534b6e4 commit b10e496

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- name: Checkout repository
5858
uses: actions/checkout@v4
5959

60+
- name: Install dependencies
61+
run: sudo apt-get install -y libusb-1.0-0-dev
62+
6063
# Initializes the CodeQL tools for scanning.
6164
- name: Initialize CodeQL
6265
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)