Skip to content

Commit 35adcd2

Browse files
authored
Update security.yml
1 parent 080974b commit 35adcd2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/security.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Install Dependencies
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install libudev-dev
22+
1823
- name: Install Rust
1924
uses: dtolnay/rust-toolchain@stable
2025
with:
@@ -58,6 +63,11 @@ jobs:
5863
- name: Checkout repository
5964
uses: actions/checkout@v4
6065

66+
- name: Install Dependencies
67+
run: |
68+
sudo apt-get update
69+
sudo apt-get install libudev-dev
70+
6171
- name: Initialize CodeQL
6272
uses: github/codeql-action/init@v3
6373
with:

0 commit comments

Comments
 (0)