Skip to content

Commit

Permalink
ci: Install prerequisites for serialport crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Nov 15, 2024
1 parent 066900b commit 8502085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: sudo apt-get install -y libudev-dev
- run: cargo test -p profirust

test-gsdtool:
Expand Down

0 comments on commit 8502085

Please sign in to comment.