summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2022-10-17 06:25:53 -0700
committerWez Furlong <wez@wezfurlong.org>2022-10-17 06:25:53 -0700
commit5a280cba5830d830f800613caf3a23f0a110271e (patch)
treef31fa2ba6779e83863896c186f60f01e5f385919
parentd1596ec1f4b6e15cdefa259f3dd5f67be8e7f6cb (diff)
ci: install evdev
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d54fa2f..c494847 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: Deps
+ run: "sudo -n apt-get install -y libevdev-dev"
- name: Build
run: cargo build --verbose
- name: Run tests