Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit a648e10

Browse files
author
Jayant Krishnamurthy
committed
Add missing dependency to CI workflow
1 parent 5eee9fd commit a648e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
- name: Install dependencies
19+
run: sudo apt-get install libudev-dev
1820
- name: Build
1921
run: cargo build --verbose
2022
- name: Run tests

0 commit comments

Comments
 (0)