Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeneg committed Feb 4, 2024
1 parent a060ecb commit c22f552
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: ./install-build-deps.sh

- name: Build
run: cargo build --release --target x86_64-unknown-linux-gnu

Expand Down
4 changes: 4 additions & 0 deletions install-build-deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

sudo apt --quiet --yes install \
libudev-dev

0 comments on commit c22f552

Please sign in to comment.