Skip to content

Commit 7beb53a

Browse files
authored
Update ci.yml
1 parent 095db4a commit 7beb53a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
19+
- name: Install dependencies
20+
run: sudo apt-get update && sudo apt-get install -y libudev-dev
21+
2022
- name: Install Rust
2123
uses: dtolnay/rust-toolchain@stable
2224
with:

0 commit comments

Comments
 (0)